Skip to content

Instantly share code, notes, and snippets.

@hotwatermorning
Last active October 14, 2015 08:42
Show Gist options
  • Save hotwatermorning/7775cedac3de57524da8 to your computer and use it in GitHub Desktop.
Save hotwatermorning/7775cedac3de57524da8 to your computer and use it in GitHub Desktop.
git log-graph
git config --global alias.log-graph "log --pretty=format:'%C(yellow)%h%Creset %C(cyan)%an%Creset %s
|______ %C(green)%ad%Creset %C(magenta)%d%Creset' --date=iso --graph"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment