Created
September 21, 2012 14:34
-
-
Save woodybrood/3761813 to your computer and use it in GitHub Desktop.
Alias to copy the SVN URL for the current project to the clipboard on a mac
This file contains hidden or 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 svnurl="svn info | grep 'URL:.*' -o | grep 'https:.*' -o | pbcopy" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment