Skip to content

Instantly share code, notes, and snippets.

@hjazz
Created December 28, 2014 02:33
Show Gist options
  • Save hjazz/cc592f61cd06acf1a3b3 to your computer and use it in GitHub Desktop.
Save hjazz/cc592f61cd06acf1a3b3 to your computer and use it in GitHub Desktop.
git log configuration
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
@hjazz
Copy link
Author

hjazz commented Dec 29, 2014

format.pretty=%h - %an, %ar : %s

@hjazz
Copy link
Author

hjazz commented Jun 14, 2015

git config --global alias.lgg "log --color --pretty=format:'%h - %an : %s' --abbrev-commit"

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