How can I filter the git log
to show only my changes (excluding the changes committed by other developers)?
You can filter the log by the author for example, so you can filter by your name :
git log --author="YourName"
or by committer :
git log --committer="YourName"
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