Skip to content

Instantly share code, notes, and snippets.

@jazeee
Last active January 6, 2026 19:41
Show Gist options
  • Select an option

  • Save jazeee/b2ce1bafe1fa043b751958d5c07c5d63 to your computer and use it in GitHub Desktop.

Select an option

Save jazeee/b2ce1bafe1fa043b751958d5c07c5d63 to your computer and use it in GitHub Desktop.
Review cycle time - git log dump
# Make sure to pull the branch first
git fetch origin main:main
# Clear out old logs
rm -f /tmp/git-log-*.log
# Generate a git log of the work you did for the last 6 months of 2025 (Adjust dates as needed)
git log main --after 2025-06-30 --before 2026-01-01 --author=jaz --reverse > /tmp/git-log-$(date "+%Y%m%d-%H%M%S").txt
# Feed log into an AI tool with prompt like
The attached git log reference file has my contributions.
For my performance review report, please answer this question:
- What were your 3-5 most impactful contributions for the duration of the logs? Share highlights that mattered most - think results, projects, or moments that made a difference. Bullet points are great here; keep it focused on the big wins.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment