Skip to content

Instantly share code, notes, and snippets.

@xentek
Created July 18, 2011 06:03
Show Gist options
  • Save xentek/1088650 to your computer and use it in GitHub Desktop.
Save xentek/1088650 to your computer and use it in GitHub Desktop.
put this in your .profile (or similar)
# 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