A tool to upload patches to a git or gerrit repository
Project description
git-upload
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
(TBD but it should be like this)
- ::
$ 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
File details
Details for the file git-upload-0.0.1.dev28.tar.gz
.
File metadata
- Download URL: git-upload-0.0.1.dev28.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f20e37bdac00ad03a0008429a97b40c2d9b3b9310534b4b19519eeb1436c646a |
|
MD5 | 92d67a52cf1fe88bd2eb99b0748d7393 |
|
BLAKE2b-256 | e3517ca86a96a08759fbb181a148ecff99780054319a63eada084599f08565ae |