List all the git commits made by a contributor
When you collaborate with a lot of people, you might want to see the list of commits made by a certain person. And here’s how you would do that
git log --author=authorName
A @tutorialhorizon website.
When you collaborate with a lot of people, you might want to see the list of commits made by a certain person. And here’s how you would do that
git log --author=authorName