Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nicolae-olariu/2fa90204ab5cc1c68846c54688068342 to your computer and use it in GitHub Desktop.
Save nicolae-olariu/2fa90204ab5cc1c68846c54688068342 to your computer and use it in GitHub Desktop.
Get latest commit over the entire git repo
git for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)--%(authorname)--%(committerdate)' | head -n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment