Metadata-Version: 2.4
Name: git-unite
Version: 1.0.0
Summary: Manage multiple git repositories in one place.
Project-URL: Homepage, https://gitlab.com/0tanay/git
Project-URL: Repository, https://gitlab.com/0tanay/git.git
Project-URL: Issues, https://gitlab.com/0tanay/git/-/issues
License-File: LICENSE
Requires-Dist: click
Requires-Dist: gitpython
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# Git

Manage multiple git repositories in one place.



# Installation

## PyPI

This project is now available on https://pypi.org/project/git-unite/.

	$ pip install git-unite

## Direct

	$ git clone https://gitlab.com/0tanay/git.git
	$ cd git
	$ control/install



# Usage

## List all repositories

Traverse the current working directory and find all git repositories.

	$ Git list


## Audit

Show pending actions.

	$ Git audit


## Push

Push all repositories with commits.

	$ Git push


## Scan

Update the cache when repositories are added or removed.

	$ Git scan
