Skip to content

Instantly share code, notes, and snippets.

@npero
Last active December 10, 2015 18:18
Show Gist options
  • Select an option

  • Save npero/4473917 to your computer and use it in GitHub Desktop.

Select an option

Save npero/4473917 to your computer and use it in GitHub Desktop.
Git svn : Start-up
.Create and prepare local git repository from svn repository
$git svn init https://.../trunk Nova
$git svn fetch -rHEAD (without all previous history) or $git svn fetch -r<revision>:HEAD (consider all previous history from any svn revision)
.Update from svn repository or commit to it
$git svn rebase
$git svn dcommit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment