Skip to content

Instantly share code, notes, and snippets.

@NameFILIP
Created April 6, 2016 04:12
Show Gist options
  • Save NameFILIP/6ad398576fdd5552253d4c6925650731 to your computer and use it in GitHub Desktop.
Save NameFILIP/6ad398576fdd5552253d4c6925650731 to your computer and use it in GitHub Desktop.
Find commits that were committed without pull requests
git log -n 25 --first-parent --no-merges --pretty=format:"%h - %an, %ar : %s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment