Skip to content

Instantly share code, notes, and snippets.

@digitalhitler
Created January 8, 2017 00:48
Show Gist options
  • Save digitalhitler/c3f368d024ac7bd7fee1de96c7127759 to your computer and use it in GitHub Desktop.
Save digitalhitler/c3f368d024ac7bd7fee1de96c7127759 to your computer and use it in GitHub Desktop.
Git Graphical Log Alias - `git grog`
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)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment