1
0
forked from extern/nix-config

fish(abbreviations): Add git branch -D

This commit is contained in:
Donovan Glover 2023-07-18 10:29:30 -04:00
parent c58eb2a200
commit 380bf5983e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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