Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masayukig/git-upload
I don't want to care about the type of repositories when pushing a patch
https://github.com/masayukig/git-upload
development git openstack python python3
Last synced: 21 days ago
JSON representation
I don't want to care about the type of repositories when pushing a patch
- Host: GitHub
- URL: https://github.com/masayukig/git-upload
- Owner: masayukig
- License: apache-2.0
- Created: 2017-12-19T02:56:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T07:14:07.000Z (over 5 years ago)
- Last Synced: 2024-10-10T09:22:11.892Z (4 months ago)
- Topics: development, git, openstack, python, python3
- Language: Python
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========
git-upload
==========.. image:: https://circleci.com/gh/masayukig/git-upload.svg?style=shield
:target: https://circleci.com/gh/masayukig/git-upload.. image:: https://img.shields.io/pypi/v/git-upload.svg
:target: https://pypi.python.org/pypi/git-uploadI 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
$ pip install --user -e .
or
$ virtualenv ~/venv; source ~/venv/bin/activate; pip install .From PYPI
---------::
$ pip install git-upload
or
$ pip install --user git-upload
or
$ virtualenv ~/venv; source ~/venv/bin/activate; pip install git-uploadUsage
=====::
$ git upload [] []
or you can use various options for `git push` or `git review`.