Categorygithub.com/kyoh86/git-statuses
repositorypackage
1.1.5
Repository: https://github.com/kyoh86/git-statuses.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

git-statuses

git-statuses finds local git repositories and show statuses of them.

PkgGoDev Go Report Card Coverage Status Release

Install

go get github.com/kyoh86/git-statuses

Usage

git statuses [--json] (pathspec)

or

cd (pathspec); git statuses [--json]

Result

Sample

$ git statuses
-1 +2  U github.com/kyoh86/git-statuses
-1     U github.com/kyoh86/go-jsonrider
   +3 M  github.com/kyoh86/go-pcre
      M  github.com/kyoh86/gogh
      MU github.com/kyoh86/mogelo

Format

(status) (repository path)
(status) (repository path)
:        :
statusdescription
+nContains ahead commits
-nContains behind commits
MContains deleted/modified files
UContains untracked files

LICENSE

MIT License

This is distributed under the MIT License.