forked from extern/nix-config
fish: Remove --verbose flag from git branch abbreviation
Now that I understand more about how `git branch` works, I really use it for more than just the --verbose flag.
This commit is contained in:
parent
e37ea93566
commit
1777de5b11
@ -40,7 +40,7 @@ if not set -q set_abbr
|
||||
abbr ga "git add"
|
||||
abbr gaa "git add --all"
|
||||
abbr gap "git add --patch"
|
||||
abbr gb "git branch --verbose" # List all branches
|
||||
abbr gb "git branch" # List all branches
|
||||
abbr gc "git commit -m"
|
||||
abbr gca "git commit --amend"
|
||||
abbr gco "git checkout"
|
||||
|
Loading…
Reference in New Issue
Block a user