Skip to content

Instantly share code, notes, and snippets.

@drewsmith
Created April 16, 2018 15:59
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 drewsmith/02fd42f376cca891d79888c21cbc6fb1 to your computer and use it in GitHub Desktop.
Save drewsmith/02fd42f376cca891d79888c21cbc6fb1 to your computer and use it in GitHub Desktop.
git_graph
alias git_graph=$(git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment