Categorygithub.com/simplylib/gitsum
repositorypackage
0.0.8
Repository: https://github.com/simplylib/gitsum.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

gitsum

Build Status Go Reference Go Report Card

gitsum is a cli tool for finding information about large number of git repositories in one shot, fairly quickly.

Installing

Requirements

git

go install github.com/simplylib/gitsum@latest

Usage

Usage: gitsum <flags> [path]
  -help
        show help message
  -v    be verbose

Notes

Currently gitsum:

  • checks every folder in the current directory recursively, skipping subdirectories of a valid git repo.
  • reports a repo as modified if: contains untracked files or changes in current branch || a branch has unpushed commits (this triggers on branches that have no upstream)

Output

paths are relative to current directory if run in current directory, otherwise fullpath