git-standup
« Back to VersTracker
Description:
Git extension to generate reports for standup meetings
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: git productivity cli standup reporting
Install: brew install git-standup
About:
Git Standup is a command-line utility that generates a summary of work completed within a specified Git repository over a given time frame. It scans the commit history to help developers quickly recall their activities for daily standup meetings. The tool streamlines reporting by aggregating commit messages and details into a concise, readable format.
Key Features:
  • Generates summaries of commits from the previous day or a custom time range
  • Supports scanning specific directories or all repositories within a directory
  • Configurable options for author email, date range, and commit depth
  • Simple command-line interface requiring minimal setup
Use Cases:
  • Preparing daily progress reports for agile standup meetings
  • Auditing personal or team activity across multiple Git repositories
  • Generating quick summaries of changes for code review context
Alternatives:
  • git-standup (npm package) – Similar functionality but implemented as a Node.js package rather than a shell script.
  • GitBlame – Focuses on identifying the author of specific lines of code rather than summarizing daily activity.
Version History
Detected Version Rev Change Commit