I’ve been working on an open-source project for the past 2 months.
So far I’ve fixed a bunch of bugs, and I’d like to send out my diffs for a code review. I’ve only committed my changes locally, rather than doing a “git push origin.”
I used “git log -p *” to show all of my changes, but I’d prefer to only see changes past a certain date.
Is there a particular “git” command that will show all diffs only after a certain date?
1 Answer