mintchaos (owner)

Revisions

gist: 198744 Download_button fork
public
Public Clone URL: git://gist.github.com/198744.git
Embed All Files: show embed
snippet.txt #
1
2
3
4
5
# in ~/.gitconfig
[alias]
svnpull = !git stash && git svn rebase && git stash pop
svnpush = !git stash && git svn dcommit && git stash pop