Skip to content

Instantly share code, notes, and snippets.

@berinle
Created May 27, 2012 21:30
Show Gist options
  • Save berinle/2815968 to your computer and use it in GitHub Desktop.
Save berinle/2815968 to your computer and use it in GitHub Desktop.
git aliases
## custom aliases
alias gll="git log --graph --pretty=format':%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset'"
alias glol="git log --pretty=oneline --abbrev-commit --graph --decorate"
alias s="git status --short"
alias d="git diff"
alias gup="git smart-pull"
alias gm="git smart-merge"
alias gsl="git smart-log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment