Created
May 27, 2012 21:30
-
-
Save berinle/2815968 to your computer and use it in GitHub Desktop.
git aliases
This file contains hidden or 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
## 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