Skip to content

Instantly share code, notes, and snippets.

@geraldvillorente
Created March 23, 2015 06:06
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 geraldvillorente/611c9a3cb9bbcfbf2637 to your computer and use it in GitHub Desktop.
Save geraldvillorente/611c9a3cb9bbcfbf2637 to your computer and use it in GitHub Desktop.
How to get the git commit log or changelog
git log --no-merges --pretty=format:"%h - %an, %ar : %s" --since="February 13 2015"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment