Skip to content

emonty/git-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Helper program to submit changes to gerrit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages