multigit documentation

  • Index

  • Classes:
    • Subrepos: “main” entrypoint for the full process.

    • Gitrepo: manages a single git repository as per the requested configuration.


This script is a Python implementation of simplest-git-subrepos.

package:

multigit 0.11.6

author:

Jesús M. Navarro

license:

GNU General Public License v3.0

source:

https://github.com/jmnavarrol/python-multigit

multigit.main()[source]

Processes command line parameters


“Main” entry point is the multigit script:

$ multigit --help
multigit (0.11.6)

usage: multigit [-h | -V | -r | -s]

Manages git repos within git repos.

options:
  -h, --help     Shows this help.
  -V, --version  Shows multigit version and quits.
  -r, --run      Recursively processes 'subrepos' files found.
  -s, --status   Shows repositories' current status.