Skip to content

Instantly share code, notes, and snippets.

@ClementGautier
Created February 3, 2012 09:31
Show Gist options
  • Save ClementGautier/1729308 to your computer and use it in GitHub Desktop.
Save ClementGautier/1729308 to your computer and use it in GitHub Desktop.
Aliases for svn for people who like Git
alias svnste="svn st --ignore-externals | grep -v '^X' | cut -d: -f2"
alias svnsti="svn status --ignore-externals | grep \"^? \""
alias svnst="echo \"Staged :\" && echo \"-\" && svnste && echo && echo \"Unstaged :\" && echo
\"--\" && svnsti"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment