A tool for managing multiple git projects.
Project description
gitmanager
A simple way to keep track of multiple git projects.
Usage
Install with pipsi:
$ pipsi install gitmanager
Install with pip:
$ pip install gitmanager
Add a repo:
$ cd my-repo $ gim add .
Remove a repo:
$ gim rm ~/my-repo
Check the current status (uncommitted changes, current branch) of all repos:
$ gim status
or
$ gim status
Run git pull on all repos:
$ gim pull
Check local branches:
$ gim branch
Check out master in all repos:
$ gim master
Works with Python 3, untested with Python 2.x.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for gitmanager-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85ce72ad03951dd5e8bc5ec9abd25659a38e73577753e1d17875947c3df317cc |
|
MD5 | 7b8dcb0b40d7ee3855ec7e64d09253ec |
|
BLAKE2-256 | 127bca6021244d88a670677ed39859eb57bf2ff7bd59a5a4b2d92427fc5f1313 |