forked from extern/nix-config
fish(abbreviations): Add git branch -D
This commit is contained in:
parent
c58eb2a200
commit
380bf5983e
@ -40,6 +40,7 @@
|
||||
gb = "git branch --verbose";
|
||||
gbr = "git branch --verbose --remotes";
|
||||
gbd = "git branch --delete";
|
||||
gbD = "git branch --delete --force";
|
||||
gc = "git commit -m";
|
||||
gca = "git commit --amend";
|
||||
gcl = "git clone";
|
||||
|
Loading…
Reference in New Issue
Block a user