forked from extern/nix-config
fish(abbreviations): Add git apply
This commit is contained in:
parent
d32d5e6c33
commit
ddc7d0a9dd
@ -37,6 +37,7 @@
|
||||
ga = "git add";
|
||||
gaa = "git add --all";
|
||||
gap = "git add --patch";
|
||||
gapp = "git apply";
|
||||
gb = "git branch --verbose";
|
||||
gbr = "git branch --verbose --remotes";
|
||||
gbd = "git branch --delete";
|
||||
|
Loading…
Reference in New Issue
Block a user