Use git for organizations!
Project description
GitOrg
Tool to organise and synchronise your organisations locally with github
Install
pip install gitorg
Usage
gitorg aims to be as similar as possible to your experience with git.
Note you need to provide an user or a token to use gitorg
Examples:
Clonning an organization gitorg clone <org_or_user_to_clone>
Checking for new repos gitorg status
Common parameteres
The following are parameters that are used by all commands, you can pass them as explained in the help or set a environment variable.
option |
env var |
description |
---|---|---|
token |
GITHUB_TOKEN |
Github api token, click here to generate one |
user |
GITHUB_USER |
The user to login into github |
github_base_url |
GITHUB_API_URL |
Base url of your github instance (set it only for enterprise github) |
Those parameters will be asked the first time you run gitorg if you want the setup wizart to prompt for the config parameters again, run gitorg configure