mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
fish(abbreviations): Add git cherry-pick
This commit is contained in:
parent
fb27622fb9
commit
9c13e2fe41
@ -44,6 +44,7 @@
|
|||||||
gcl = "git clone";
|
gcl = "git clone";
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
gcot = "git checkout --theirs";
|
gcot = "git checkout --theirs";
|
||||||
|
gcp = "git cherry-pick";
|
||||||
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…
x
Reference in New Issue
Block a user