Last active
December 12, 2018 08:29
-
-
Save yamert/3b0ea09ef44dcfd2fc333656a34a8fec 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
alias.s=status | |
alias.ss=status -uno | |
alias.fp=fetch --prune | |
alias.vv=branch -avv | |
alias.br=branch -vv | |
alias.k=log --all --oneline --graph --decorate | |
alias.hhh=log --all --graph --format="%C(yellow) %h %C(white) %ce %s %m %N %C(green) %d" | |
alias.co=checkout | |
alias.dc=diff --cached | |
alias.puff=pull --ff-only | |
alias.meff=merge --ff-only | |
alias.ll=log --decorate --pretty=fuller | |
alias.ld=log --decorate --pretty=fuller | |
core.editor=subl --wait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment