fish: Make branch information more verbose

Also adds a gbr abbreviation to only show remote branches.
This commit is contained in:
Donovan Glover 2023-07-18 09:07:59 -04:00
parent c46079d7cd
commit 7200e95a80
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -37,7 +37,8 @@
ga = "git add"; ga = "git add";
gaa = "git add --all"; gaa = "git add --all";
gap = "git add --patch"; gap = "git add --patch";
gb = "git branch"; gb = "git branch --verbose";
gbr = "git branch --verbose --remotes";
gbd = "git branch --delete"; gbd = "git branch --delete";
gc = "git commit -m"; gc = "git commit -m";
gca = "git commit --amend"; gca = "git commit --amend";