Skip to content

Commit

Permalink
feat(bash): Add keybinding for copy branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn committed May 21, 2018
1 parent d8fea28 commit 21a479e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/git.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ alias gbm="git branch -m"
alias gbM="git branch -M"
alias gbs="git show-branch"
alias gbS="git show-branch -a"
alias gbcp="git branch | grep '*' | sed s/\*\ // | tr -d '\n\r' | pbcopy"

# Commit (c)
alias gc="git commit --verbose"
Expand Down

0 comments on commit 21a479e

Please sign in to comment.