/git-scrum

Output your latest commits and their branch to the console!

Primary LanguageJavaScriptMIT LicenseMIT

git-scrum 🔎 🌴

Output your last working days commits accross all branches/repos

version

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

https://user-images.githubusercontent.com/12545967/96227261-cc74a780-0f8b-11eb-9372-62aec3b789c4.gif

How to use

  1. npm install git-scrum -g
  2. Type git-scrum in the parent folder for all your repos

Options

Relative

$ git-scrum --since 'a week ago'
$ git-scrum --since '1 day ago'

Specific date

$ git-scrum --since '2022-10-01'