mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-01 23:45:45 +02:00
fish(abbreviations): Add git apply
This commit is contained in:
parent
d32d5e6c33
commit
ddc7d0a9dd
@ -37,6 +37,7 @@
|
|||||||
ga = "git add";
|
ga = "git add";
|
||||||
gaa = "git add --all";
|
gaa = "git add --all";
|
||||||
gap = "git add --patch";
|
gap = "git add --patch";
|
||||||
|
gapp = "git apply";
|
||||||
gb = "git branch --verbose";
|
gb = "git branch --verbose";
|
||||||
gbr = "git branch --verbose --remotes";
|
gbr = "git branch --verbose --remotes";
|
||||||
gbd = "git branch --delete";
|
gbd = "git branch --delete";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user