Skip to content

Instantly share code, notes, and snippets.

@jamal
Last active August 29, 2015 13:56
Show Gist options
  • Save jamal/9230927 to your computer and use it in GitHub Desktop.
Save jamal/9230927 to your computer and use it in GitHub Desktop.
git-svn reset to upstream branch
# WARNING: This will destroy ALL local changes that have not been dcommitted (even what has been committed to your local git repo)
git reset --hard git-svn/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment