Skip to content

Instantly share code, notes, and snippets.

@armcknight
Last active August 29, 2015 14:10
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 armcknight/f59145e3d9fd1cc7ee92 to your computer and use it in GitHub Desktop.
Save armcknight/f59145e3d9fd1cc7ee92 to your computer and use it in GitHub Desktop.
View pretty git history graph in less
#!/bin/sh
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