Skip to content

Instantly share code, notes, and snippets.

@KillerCodeMonkey
Created February 22, 2016 07:11
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 KillerCodeMonkey/9d4d295acb028a1f64d8 to your computer and use it in GitHub Desktop.
Save KillerCodeMonkey/9d4d295acb028a1f64d8 to your computer and use it in GitHub Desktop.
generate GitHistory
git log 1.1.1...1.1.2 --pretty=format:'* %s * view commit %H' | grep -v Merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment