Skip to content

Instantly share code, notes, and snippets.

@geovanisouza92
Forked from asabaylus/git-vlog
Created July 12, 2012 19:17
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 geovanisouza92/3100267 to your computer and use it in GitHub Desktop.
Save geovanisouza92/3100267 to your computer and use it in GitHub Desktop.
Git visual log for the console
# Git visual log displays commit tree view with who did what when and in which branch
git config 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