Skip to content

Instantly share code, notes, and snippets.

@Great-Antique
Forked from asabaylus/git-vlog
Created March 21, 2014 13:10
Show Gist options
  • Save Great-Antique/9685847 to your computer and use it in GitHub Desktop.
Save Great-Antique/9685847 to your computer and use it in GitHub Desktop.
# 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