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"
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"