Skip to content

Instantly share code, notes, and snippets.

@ajaydsouza
Created September 4, 2014 19:37
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 ajaydsouza/cd0b5c72d63be23e4586 to your computer and use it in GitHub Desktop.
Save ajaydsouza/cd0b5c72d63be23e4586 to your computer and use it in GitHub Desktop.
Handy Git and SVN commands
svn log -r 1:HEAD --limit 1 http://plugins.svn.wordpress.org/top-10
svn2git http://plugins.svn.wordpress.org/top-10 --revision 65307 --verbose --no-minimize-url
svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
svn add --force * --auto-props --parents --depth infinity -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment