Skip to content

Instantly share code, notes, and snippets.

@yamert
Last active December 12, 2018 08:29
Show Gist options
  • Save yamert/3b0ea09ef44dcfd2fc333656a34a8fec to your computer and use it in GitHub Desktop.
Save yamert/3b0ea09ef44dcfd2fc333656a34a8fec to your computer and use it in GitHub Desktop.
GIT aliases
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