mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-02 19:06:17 +02:00
fish(abbreviations): Add git branch -D
This commit is contained in:
parent
c58eb2a200
commit
380bf5983e
@ -40,6 +40,7 @@
|
|||||||
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";
|
||||||
|
gbD = "git branch --delete --force";
|
||||||
gc = "git commit -m";
|
gc = "git commit -m";
|
||||||
gca = "git commit --amend";
|
gca = "git commit --amend";
|
||||||
gcl = "git clone";
|
gcl = "git clone";
|
||||||
|
Loading…
Reference in New Issue
Block a user