A tool to upload patches to a git or gerrit repository
Project description
I don’t want to care about the type of repositories when pushing a patch.
Description
When you use this git upload command in a repo managed by Gerrit (supported only OpenStack repos, currently), this command runs git review . And when you use this command in a repo managed by the others, this command runs git push origin $CURRENT_BRANCH (you can specify the remote repo and branch, of course :).
Installation
From source
$ git clone https://github.com/masayukig/git-upload $ cd git-upload $ sudo pip install -e . or $ virtualenv ~/venv; source ~/venv/bin/activate; pip install .
From PYPI
$ pip install git-upload or $ virtualenv ~/venv; source ~/venv/bin/activate; pip install git-upload
Usage
$ git upload [<remote-repo>] [<branch>] or you can use varioush options for `git push` or `git review`.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file git-upload-0.0.6.tar.gz.
File metadata
- Download URL: git-upload-0.0.6.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
956d0f4c3efd37a0db50e201de4c50c3afe0c45f00621cf411abd2827e28d348
|
|
| MD5 |
a08e7c9ed98d99ff88e76d49c293bb80
|
|
| BLAKE2b-256 |
d8a1f49c16afafe19a507d0551022bc2debb49c54bcf3c7b71c989f9b846cb30
|
File details
Details for the file git_upload-0.0.6-py2.py3-none-any.whl.
File metadata
- Download URL: git_upload-0.0.6-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bee385cbba16f1a53eef6ee17e5bef15c41abeb4420aa33a0a317de165605323
|
|
| MD5 |
313e445dd085da4a8c482767d4b4ed88
|
|
| BLAKE2b-256 |
6317001e3dbede17d1ee426cd3df56d0bc9453cb689f587dcd4fe1f1278a1f9d
|