Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created October 8, 2012 14:13
Show Gist options
  • Save ferventcoder/3852744 to your computer and use it in GitHub Desktop.
Save ferventcoder/3852744 to your computer and use it in GitHub Desktop.
Git Alias for pushing changes and syncing up
[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
@ferventcoder
Copy link
Author

Yikes that's scary...

@ferventcoder
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment