Skip to content

Instantly share code, notes, and snippets.

@Greg-Johns
Forked from ZeroBugBounce/my-git-log.sh
Created October 16, 2015 19:45
Show Gist options
  • Save Greg-Johns/132aa52634d7211e8b7e to your computer and use it in GitHub Desktop.
Save Greg-Johns/132aa52634d7211e8b7e to your computer and use it in GitHub Desktop.
Various git log techniques
$ git log -80 --pretty=format:'%C(yellow)%h%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --no-merges | grep -v 'chef'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment