If you are working on several repos or in a large team on a daily basis then keep tracking what is being done and who is working on which feature can be something daunting.

But fortunately, Git helps us to track the changes in the repo so that you view this information in simple commands.

Using git shortlog

Git shortlog is similar to git log but the commits will be grouped by author and title.

For example,

git shortlog

Image for post

In the above image, you can see that the git logs are grouped by author name and with the number of commit numbers.

This helps you to see which author has worked on which commit.

#git #coding #programming #software-engineering #software-development #git

How to use git as a standup tool
1.30 GEEK