mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-23 22:28:36 +01:00
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