July 2018
Intermediate to advanced
354 pages
10h 57m
English
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 ...
Read now
Unlock full access