Skip to content

Instantly share code, notes, and snippets.

@mp4096
Last active December 22, 2015 09:02
Show Gist options
  • Select an option

  • Save mp4096/d8260397261023ad4ebf to your computer and use it in GitHub Desktop.

Select an option

Save mp4096/d8260397261023ad4ebf to your computer and use it in GitHub Desktop.
Colourful and cool git log in shell
git log --graph --full-history --all --color --date=short --pretty=format:"%x1b[0m%h%x09%x1b[33m%d%x1b[32m%x20[%ad] %x1b[0m%s %x1b[36m(%an)"
@mp4096
Copy link
Copy Markdown
Author

mp4096 commented Dec 22, 2015

Added author name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment