DevOps / GIT Interview Questions
What does git shortlog command do?
The git shortlog command is a special version of git log intended for creating release announcements. It groups each commit by author and displays the first line of each commit message. This is an easy way to see whos been working on what.
More Related questions...