Skip to content

Instantly share code, notes, and snippets.

@kpumuk
Forked from mdarby/gist:54614
Created January 29, 2009 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kpumuk/54615 to your computer and use it in GitHub Desktop.
Save kpumuk/54615 to your computer and use it in GitHub Desktop.
alias ga="git add"
alias gb="git branch"
alias gc="git checkout"
alias gd="git diff"
alias gci="git commit"
alias gg='git log --graph --pretty=format:"%Cred%h%Creset — %s %Cgreen(%cr)%Creset" --abbrev-commit --date=relative'
alias gl="git pull"
alias gm="git merge"
alias gp="git push"
alias gs="git status"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment