1
0
forked from extern/nix-config

fish(abbreviations): Add git apply

This commit is contained in:
Donovan Glover 2023-07-26 12:55:42 -04:00
parent d32d5e6c33
commit ddc7d0a9dd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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