/checkrepos

get summary info from the local repos just below the cwd

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

checkrepos

  • a utility that helps you manage many git repositories.

This is a "read-only" git utility.

Working environment:

The toplevel of the git repositories are one level down from where you run checkrepos.

Output:

A list of git repos, with indications of which ones have:
  • changes in the working directory but not in index
  • changes in index
  • commits locally but not at remote
  • commits at remote but not locally (not implemented fully yet, requires fetch first)
Each git repo line shows which branch is currently checked out,

and which other local branches exist. each of those branches has an indication if it is

ahead or behind the remote tracking branch.