Skip to content

Commit

Permalink
Fix gitrm
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Oct 25, 2011
1 parent 3c252c8 commit 87d627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitaliases
Expand Up @@ -40,7 +40,7 @@ function gpall() {
git push rubyforge master --tags
git push origin master --tags
}
alias gitrm="git stat | grep deleted | awk '{print $3}' | xargs git rm"
alias gitrm="git status | grep deleted | awk '{print $3}' | xargs git rm"
alias gitx="open -b nl.frim.GitX"

# End Dr Nic Compatibility Mode
Expand Down

0 comments on commit 87d627f

Please sign in to comment.