Skip to content

Instantly share code, notes, and snippets.

@dyrkow
Created August 2, 2016 15:21
Show Gist options
  • Save dyrkow/469fd26a3f87fe23d1cb1e50beb3fa39 to your computer and use it in GitHub Desktop.
Save dyrkow/469fd26a3f87fe23d1cb1e50beb3fa39 to your computer and use it in GitHub Desktop.
# adding
git config --global alias.hist "..." or git config --global alias.hist log
## great log commit
log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment