Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,24 @@ 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.
the current branch to `HEAD:refs/for/master` at that remote.

# Usage

Hack on some code, then:

git review
```
git review
```

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

git review branchname
```
git review branchname
```

If you want to submit to a different remote:

git -r my-remote review


```
git -r my-remote review
```