mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-07 06:15:35 +02:00
fish(abbreviations): Add git apply
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user