-
-
Save howellcc/f462b063a9fdb1a4ca15bdc5fa847e98 to your computer and use it in GitHub Desktop.
Git visual log for the console
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 visual log displays commit tree view with who did what when and in which branch | |
git config --global alias.vlog 'log --graph --date-order --date=relative --pretty=format:"%C(cyan)%h: %Cblue - %an - %Cgreen %C(cyan)%ar:%Creset%n%s%n" --color' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment