diff --git a/plugins/git/git.plugin.sh b/plugins/git/git.plugin.sh index 9b30d42..912f7d7 100644 --- a/plugins/git/git.plugin.sh +++ b/plugins/git/git.plugin.sh @@ -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'