There's more...

What about across repositories? The previous approach can, of course, be scaled with some scripting in order to repeat the operation on a list of repositories, but a better and simpler option is available as a third-party application that leverages the same git log capabilities we have been exploring thus far: git-standup.

It can easily be installed with a curl command:

curl -L https://raw.githubusercontent.com/kamranahmedse/git-standup/master/installer.sh | sudo sh

Its source code is available on https://github.com/kamranahmedse/git-standup and it features several options that will make daily or weekly team meetings much easier to prepare.

git-standup is also able to operate on a single repository, and when applied to the ...

Get Git Version Control Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.