Skip to content

Instantly share code, notes, and snippets.

@techdubb
Created April 10, 2013 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techdubb/5356564 to your computer and use it in GitHub Desktop.
Save techdubb/5356564 to your computer and use it in GitHub Desktop.
SVN Aliases
alias svna='svn add'
alias svnu='svn up'
alias svnco='svn co'
alias svnd='svn diff'
alias svns='svn st'
alias svnm='svn merge'
alias svncp='svn cp'
alias svnl='svn log | less'
alias svnb='svn blame'
alias svnc='svn commit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment