Created
October 8, 2012 14:13
-
-
Save ferventcoder/3852744 to your computer and use it in GitHub Desktop.
Git Alias for pushing changes and syncing up
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
sendwork = !git checkout work && git rebase master && git checkout master && git merge work && git svn dcommit && git svn rebase && git checkout work && git rebase master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yikes that's scary...