9.15.2008

A little something svn to put in your .bashrc pipe

Today's helpful trickery. In the course of debugging I want to hit reset, here is helpful little snippet

alias _svn_revert_all="svn status | awk '{print $2}' | xargs svn revert"

No comments: