Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created January 27, 2009 22:08
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 ocharles/53596 to your computer and use it in GitHub Desktop.
Save ocharles/53596 to your computer and use it in GitHub Desktop.
svn add -- git add .
svn diff -- git diff
svn ci -- git commit
svn log -- git log
svn rm -- git rm
svn mv -- git mv
svn merge -- git create-migraine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment