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
git-upload-0.0.4.tar.gz
(9.6 kB
view details)
File details
Details for the file git-upload-0.0.4.tar.gz
.
File metadata
- Download URL: git-upload-0.0.4.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff2682faaa36d14455ea96d5259e896533dfd7d1fc68449e9b6e42d3e3d63572 |
|
MD5 | 66d9a81ce346e6fb6d47a1faf9130a6b |
|
BLAKE2b-256 | 92b6654b85bed4b8bdc30cf12f9d4f34904f390d6e7f3fb1738fe6d0ea094e9c |