Skip to content

Instantly share code, notes, and snippets.

@hchoroomi
Created November 11, 2008 14:44
Show Gist options
  • Save hchoroomi/23865 to your computer and use it in GitHub Desktop.
Save hchoroomi/23865 to your computer and use it in GitHub Desktop.
# git
alias gst="git status"
alias ga="git add ."
alias gb="git branch"
alias gba="git branch -a"
alias gl="git pull"
alias gh="git push"
alias gd="git diff"
alias gdm="git diff | mate"
alias gc="git commit -v"
alias gca="git commit -a -v"
alias gk="gitk --all"
alias gn="nub ."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment