Skip to content

Instantly share code, notes, and snippets.

@Simounet
Created December 3, 2012 22:48
Show Gist options
  • Save Simounet/4198847 to your computer and use it in GitHub Desktop.
Save Simounet/4198847 to your computer and use it in GitHub Desktop.
SVN aliases
alias sadd="svn status |grep '\?' |awk '{print $2}'| xargs svn add"
alias grepf="grep --exclude=*.svn-base --exclude-dir=\.svn --exclude=*~ "
svndiff()
{
svn diff "${@}" | colordiff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment