Skip to content

Instantly share code, notes, and snippets.

@Austio
Created May 25, 2018 13:45
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 Austio/16a718ed4481bc1f9a3b3bead7980a51 to your computer and use it in GitHub Desktop.
Save Austio/16a718ed4481bc1f9a3b3bead7980a51 to your computer and use it in GitHub Desktop.

last 10 commits

git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -10

When did some file change

git log -p -S

Historical diff to changes on a specific file

git log -p filename

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment