forked from extern/nix-config
fish(abbreviations): Add git checkout --theirs
This commit is contained in:
parent
bad9f4cbf7
commit
fb27622fb9
@ -43,6 +43,7 @@
|
|||||||
gca = "git commit --amend";
|
gca = "git commit --amend";
|
||||||
gcl = "git clone";
|
gcl = "git clone";
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
|
gcot = "git checkout --theirs";
|
||||||
gd = "git diff"; # Show all file changes not staged yet
|
gd = "git diff"; # Show all file changes not staged yet
|
||||||
gds = "git diff --staged"; # Show changes staged but not committed
|
gds = "git diff --staged"; # Show changes staged but not committed
|
||||||
gi = "git init";
|
gi = "git init";
|
||||||
|
Loading…
Reference in New Issue
Block a user