Skip to content

Instantly share code, notes, and snippets.

@traviskroberts
Created January 13, 2009 19:08
Show Gist options
  • Save traviskroberts/46569 to your computer and use it in GitHub Desktop.
Save traviskroberts/46569 to your computer and use it in GitHub Desktop.
alias add_all="svn st | grep '^\?' | awk '{print \$2}' | xargs svn add"
alias rm_all="svn st | grep '^\!' | awk '{print \$2}' | xargs svn rm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment