-
-
Save mdellavo/7ac08cb3b55041a1bdd4c6fbe9954db4 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 git-merge='git checkout master && git merge -' | |
alias git-push='git push origin HEAD' | |
alias git-undo='git reset HEAD~' | |
alias git-up='git checkout master && git pull && git checkout - && git rebase -i master && git push -f origin HEAD' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment