Skip to content

Commit

Permalink
Add bin/selecta & use it in new gco alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Mar 7, 2014
1 parent 71285f4 commit 88969b0
Show file tree
Hide file tree
Showing 2 changed files with 593 additions and 0 deletions.
1 change: 1 addition & 0 deletions bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ alias gb='git branch'
alias gba='git branch -a'
alias gs='git status'
alias grm="git status | grep deleted | awk '{print \$3}' | xargs git rm"
alias gco='git branch | cut -c 3- | selecta | xargs git checkout'

# ls
alias l='ls -alh'
Expand Down
Loading

0 comments on commit 88969b0

Please sign in to comment.