A tool I wrote to make my life a little easier. On a daily basis I could be working in a number branches spread across a tonne of repositories, so keeping tabs on exactly what I did the previous day could oftentimes be quite a challenge. There are other tools like this but none seem to output the branch name to the console, and to me the branch of a repo contains more context than my lousy commit messages, so it's needed.
> git-scrum
npm install git-scrum -g
- Type
git-scrum
in the parent folder for all your repos
$ git-scrum --since 'a week ago'
$ git-scrum --since '1 day ago'
$ git-scrum --since '2022-10-01'