Tool for uploading changesets to Gerrit from git
Go to file
2011-09-25 09:16:31 -07:00
doc Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
.gitignore Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
AUTHORS Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
git-review Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
LICENSE Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
README.md Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00
setup.py Ported rfc.sh to a standalone program. 2011-09-25 09:16:31 -07:00

git-review: A git command for submitting branches to Gerrit

git-review is a tool that helps submitting git branches to gerrit for review

Assumptions

git-review, by default, looks for a git remote called gerrit, and submits the current branch to HEAD:refs/for/master at that remote.

Usage

Hack on some code, then:

git review

If you want to submit that code to a different target branch, then:

git review branchname

If you want to submit to a different remote:

git -r my-remote review