Skip to content

Commit

Permalink
selecta branch selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Webster committed Jun 4, 2016
1 parent 85f45a4 commit e057487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .aliases
Expand Up @@ -67,6 +67,7 @@ alias gca='g commit -v -a'
alias gco='g checkout'
alias gb='g branch'
alias gbb="git for-each-ref --sort='-committerdate' refs/heads/ --format='%(HEAD) (%(color:green)%(committerdate:relative)%(color:reset)) | %(color:yellow)%(refname:short)%(color:reset) | %(color:red)%(objectname:short)%(color:reset) | %(contents:subject) | %(authorname)' | column -t -s '|'"
alias gbs="git branch | cut -c 3- | selecta | xargs git checkout"
alias gba='g branch -a'
alias gcount='g shortlog -sn'
alias gcp='g cherry-pick'
Expand Down

0 comments on commit e057487

Please sign in to comment.