fish(abbreviations): Add git cherry-pick

This commit is contained in:
Donovan Glover 2023-07-11 08:02:34 -04:00
parent fb27622fb9
commit 9c13e2fe41
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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";