Created
January 8, 2017 00:48
-
-
Save digitalhitler/c3f368d024ac7bd7fee1de96c7127759 to your computer and use it in GitHub Desktop.
Git Graphical Log Alias - `git grog`
This file contains 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
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