Utils to easily create/delete/rename repository.
Project description
Git Repo CLI
Utils to easily create/delete/rename repository.
Installation
To install git-repo-cli util type in your terminal:
pip install git-repo-cli
To use all the git-repo-cli functionality you should configure GitHub access token.
git-repo config --token <github-token>
Now you can use it.
Usage
To make usage of the cli easier git-repo
is used, instead of git-repo-cli
.
To get help on usage you can always add --help flag to the command:
git-repo --help
Initialize repository
To initialize repository type the following in the terminal:
git-repo init <repository-path>
It will create folder with name of <repository-path>
folder and initialize it
locally and remotely.
If you use other name on remote you should use the following pattern:
git-repo init <repository-name> -f <repository-local-path>
It will create repository with name <repository-name>
on remote and with path <repository-local-path>
locally.
Delete repository
To delete a repository use the following command:
git-repo delete <repository-path>
Rename repository
To rename a repository use the following command:
git-repo rename <repository-path> <repository-new-name>
Contributing
See CONTRIBUTING.md
License
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.
Source Distribution
Built Distribution
Hashes for git_repo_cli-1.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ae7b9342b0636465ad6ca074a28da256a9e8b3e99986d4207ce86b6d536b41d |
|
MD5 | 3d904ea1ab27138b3f1399601975e9e0 |
|
BLAKE2b-256 | b27c534acdb3198fc33bfd797f2dc0fef1405efb6d3d73de151fe23810aedd8e |