paste your git log → get a narrative your brain can actually use
git log --oneline --since="2 weeks ago"
git log --format="%ai %an: %s" -50