Created
July 18, 2011 06:03
-
-
Save xentek/1088650 to your computer and use it in GitHub Desktop.
put this in your .profile (or similar)
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
# GIT | |
alias gst='git status' | |
alias gb='git branch' | |
alias gitp='git pull && git push' | |
alias gitundo='git commit --amend' | |
alias fixgit='git config branch.master.remote origin && git config branch.master.merge refs/heads/master' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment