Quick Tip: See yesterday’s Git progress at a glance

Inspired by the daily “standup” meetings that many businesess now engage in,
git-standup
helps developers recall, at a glance, what work they committed to a given git repository the day before.
That’s why Kamran Ahmed developed git-standup
to help easily review what he did, rather than searching through GitHub heatmaps or using git log
.
You can install via curl
and piping to Bash, or using npm
.
$ curl -L https://raw.githubusercontent.com/kamranahmedse/git-standup/master/installer.sh | sudo sh
$ npm install -g git-standup
To checkContinue reading this article
by subscribing to our newsletter.
Subscribe nowby subscribing to our newsletter.
Like what you saw? Subscribe to our weekly newsletter.