mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
fish(abbreviations): Add git cherry-pick
This commit is contained in:
parent
fb27622fb9
commit
9c13e2fe41
@ -44,6 +44,7 @@
|
||||
gcl = "git clone";
|
||||
gco = "git checkout";
|
||||
gcot = "git checkout --theirs";
|
||||
gcp = "git cherry-pick";
|
||||
gd = "git diff"; # Show all file changes not staged yet
|
||||
gds = "git diff --staged"; # Show changes staged but not committed
|
||||
gi = "git init";
|
||||
|
Loading…
x
Reference in New Issue
Block a user