Skip to content

Commit

Permalink
remove things you don't use
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Mar 22, 2014
1 parent 5b4eb19 commit 60a5f55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions git/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ alias gco='git checkout'
alias gcb='git copy-branch-name'
alias gb='git branch'
alias gs='git status -sb' # upgrade your git if -sb breaks for you. it's fun.
alias grm="git status | grep deleted | awk '{\$1=\$2=\"\"; print \$0}' | \
perl -pe 's/^[ \t]*//' | sed 's/ /\\\\ /g' | xargs git rm"

0 comments on commit 60a5f55

Please sign in to comment.