Skip to content

Instantly share code, notes, and snippets.

@mintchaos
Created October 1, 2009 05:19
Show Gist options
  • Save mintchaos/198744 to your computer and use it in GitHub Desktop.
Save mintchaos/198744 to your computer and use it in GitHub Desktop.
# in ~/.gitconfig
[alias]
svnpull = !git stash && git svn rebase && git stash pop
svnpush = !git stash && git svn dcommit && git stash pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment