Skip to content

Instantly share code, notes, and snippets.

@woodybrood
Created September 21, 2012 14:34
Show Gist options
  • Save woodybrood/3761813 to your computer and use it in GitHub Desktop.
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
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