blog-image

Mar 31, 2017

1 min read

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

Written by

Vippy The VPS
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 check
Continue reading this article
by subscribing to our newsletter.
Subscribe now