Skip to content

Commit

Permalink
plugins/git: Add alias gbsc='git branch --show-current'
Browse files Browse the repository at this point in the history
  • Loading branch information
dulhaver authored and akinomyoga committed Oct 8, 2023
1 parent 977c418 commit 2a3bb9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2a3bb9c

Please sign in to comment.