mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 19:51:30 +02:00
fish: Make branch information more verbose
Also adds a gbr abbreviation to only show remote branches.
This commit is contained in:
parent
c46079d7cd
commit
7200e95a80
@ -37,7 +37,8 @@
|
||||
ga = "git add";
|
||||
gaa = "git add --all";
|
||||
gap = "git add --patch";
|
||||
gb = "git branch";
|
||||
gb = "git branch --verbose";
|
||||
gbr = "git branch --verbose --remotes";
|
||||
gbd = "git branch --delete";
|
||||
gc = "git commit -m";
|
||||
gca = "git commit --amend";
|
||||
|
Loading…
x
Reference in New Issue
Block a user