Created
April 16, 2013 15:49
-
-
Save BinaryKitten/5397070 to your computer and use it in GitHub Desktop.
This file contains hidden or 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] | |
update = pull origin | |
st = status | |
submit = push origin | |
merge-branch = "!sh -c 'git checkout $1 && git update $1 && git checkout - && git merge $1' -" | |
merge-to = "!sh -c 'git checkout $1 && git update $1 && git merge - && git submit $1 && git checkout -' -" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment