A simple command-line utility to determine status of all Git repositories in a directory structure.
Download and install the .NET Core 2.1 SDK or newer. Once installed, run the following command:
dotnet tool install --global git-status-cliUsage: git-status [options]
Options:
--version Show version information
-?|-h|--help Show help information
-p|--path <PATH> The path to scan.
By default, git-status 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.
