Skip to content

Instantly share code, notes, and snippets.

@fitsum
Forked from asabaylus/git-vlog
Created November 18, 2013 16:48
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 fitsum/7531113 to your computer and use it in GitHub Desktop.
Save fitsum/7531113 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