Skip to content

Instantly share code, notes, and snippets.

@tomekc
Created January 10, 2023 10:46
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 tomekc/f79ac1ba82f66b288f3b91c8a715425e to your computer and use it in GitHub Desktop.
Save tomekc/f79ac1ba82f66b288f3b91c8a715425e to your computer and use it in GitHub Desktop.
Git tricks
# List all branches with commit date and committer
git for-each-ref --sort=-committerdate refs/heads/ --format='%(refname)|%(committerdate)|%(authorname)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment