A simple command-line utility to report commits of Git repositories for daily standups
Download and install the .NET Core 2.1 SDK or newer. Once installed, run the following command:
dotnet tool install --global git-standup-cli
Usage: git-standup [options]
Options:
--version Show version information
-?|-h|--help Show help information
-p|--path <PATH> The path to scan.
By default, git-standup will scan for git repositories in the current directory and its sub-directories. You can specify an alternate directory to scan by passing the -p|--path
option. This option can be passed multiple times for scanning multiple directories.