Skip to content

Instantly share code, notes, and snippets.

@javierexposito
Created July 7, 2014 09:56
Show Gist options
  • Save javierexposito/7b24681a12d6400afe89 to your computer and use it in GitHub Desktop.
Save javierexposito/7b24681a12d6400afe89 to your computer and use it in GitHub Desktop.
Compare between version on git
git log 2.0.0-alpha23...2.0.0-alpha24 --pretty=format:"(%h) %s" --reverse | grep -v Merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment