Skip to content

A simple command-line utility to report commits of Git repositories for daily standups

License

Notifications You must be signed in to change notification settings

moeller-projects/git-standup

Repository files navigation

NuGet

Buy Me a Coffee at ko-fi.com

git-standup

A simple command-line utility to report commits of Git repositories for daily standups

Installation

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

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.

About

A simple command-line utility to report commits of Git repositories for daily standups

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published