mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02:00
Added git branch -vv to the alias
git branch -vv is an invaluable tool to get information on the branches and upstream
This commit is contained in:
parent
15d52fd4fb
commit
923107ac82
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ alias gbsb='git bisect bad'
|
|||
alias gbsg='git bisect good'
|
||||
alias gbsr='git bisect reset'
|
||||
alias gbss='git bisect start'
|
||||
alias gbvv='git branch -vv'
|
||||
|
||||
alias gc='git commit -v'
|
||||
alias gc!='git commit -v --amend'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue