mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
plugins/git: Add alias gbsc='git branch --show-current'
This commit is contained in:
@@ -52,6 +52,7 @@ alias gbnm='command git branch --no-merged'
|
||||
alias gbr='command git branch --remote'
|
||||
alias gbs='command git bisect'
|
||||
alias gbsb='command git bisect bad'
|
||||
alias gbsc='command git branch --show-current'
|
||||
alias gbsg='command git bisect good'
|
||||
alias gbsr='command git bisect reset'
|
||||
alias gbss='command git bisect start'
|
||||
|
||||
Reference in New Issue
Block a user