Created
February 3, 2012 09:31
-
-
Save ClementGautier/1729308 to your computer and use it in GitHub Desktop.
Aliases for svn for people who like Git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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