Skip to content

Instantly share code, notes, and snippets.

@jmurowaniecki
Created June 2, 2014 17:15
Show Gist options
  • Save jmurowaniecki/b8bbd80e8a0f8a299b88 to your computer and use it in GitHub Desktop.
Save jmurowaniecki/b8bbd80e8a0f8a299b88 to your computer and use it in GitHub Desktop.
Git alias lg for pretty log
#!/bin/bash
#
# based on https://twitter.com/typeof_/status/438001208729403392
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %s %Cgreen%cr %Cblue%an%Creset'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment