Skip to content

Instantly share code, notes, and snippets.

@howellcc
Forked from asabaylus/git-vlog
Created June 21, 2022 20:45
Show Gist options
  • Save howellcc/f462b063a9fdb1a4ca15bdc5fa847e98 to your computer and use it in GitHub Desktop.
Save howellcc/f462b063a9fdb1a4ca15bdc5fa847e98 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 --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