Skip to content

Instantly share code, notes, and snippets.

@TheML9I
Last active October 28, 2016 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheML9I/9a2a5d8a89591134db0c683f5f232197 to your computer and use it in GitHub Desktop.
Save TheML9I/9a2a5d8a89591134db0c683f5f232197 to your computer and use it in GitHub Desktop.
Got grog alias
git config --global alias.grog 'log --graph --abbrev-commit --decorate --all --format=format:"%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)"'
--more information about formatting https://git-scm.com/docs/pretty-formats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment