Skip to content

Instantly share code, notes, and snippets.

@gianlucacandiotti
Last active August 24, 2017 00:25
Show Gist options
  • Save gianlucacandiotti/1a95696a7e1eec454f27 to your computer and use it in GitHub Desktop.
Save gianlucacandiotti/1a95696a7e1eec454f27 to your computer and use it in GitHub Desktop.
List commits with a nice format
git log --pretty=format:"%h - %an, %ar : %s" --max-count=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment