forked from extern/nix-config
fish: Add git cherry-pick -x abbreviation
This commit is contained in:
parent
aa64667d78
commit
61cd0b77a2
@ -47,6 +47,7 @@
|
||||
gco = "git checkout";
|
||||
gcot = "git checkout --theirs";
|
||||
gcp = "git cherry-pick --strategy-option theirs";
|
||||
gcpx = "git cherry-pick --strategy-option theirs -x";
|
||||
gd = "git diff";
|
||||
gds = "git diff --staged";
|
||||
gf = "git fetch";
|
||||
|
Loading…
Reference in New Issue
Block a user