mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-05 21:49:32 +01:00
fish(abbreviations): Add git checkout --theirs
This commit is contained in:
parent
bad9f4cbf7
commit
fb27622fb9
@ -43,6 +43,7 @@
|
||||
gca = "git commit --amend";
|
||||
gcl = "git clone";
|
||||
gco = "git checkout";
|
||||
gcot = "git checkout --theirs";
|
||||
gd = "git diff"; # Show all file changes not staged yet
|
||||
gds = "git diff --staged"; # Show changes staged but not committed
|
||||
gi = "git init";
|
||||
|
Loading…
Reference in New Issue
Block a user