Is it possible to see all of my recent git activity on my local machine across all of my git repositories? I am generally working on multiple projects with different git hosting solutions (so I can't use GitHub's activity monitor) and I would like to review my recent work for keeping accurate records of what I'm working on.
Thanks!
Im not sure if there is a onestop-shop for all your git activity... I would go into whatever project directories you are worried about and run
git log --author=yourName to see your recent changes.
see How can I view a git log of just one user's commits?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With