plugins/git: Add alias gbsc='git branch --show-current'

This commit is contained in:
vrms
2023-10-03 12:05:41 +02:00
committed by Koichi Murase
parent 977c4184ad
commit 2a3bb9c722

View File

@@ -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'