Include creation of branch and provide name in docs

Before submitting changes for an import branch in the target gerrit,
need to ensure there is a branch in the remote created from the correct
base point. Additionally need to supply a branch name when uploading for
review against a non-default branch.

'git-upstream' will create a 'base' branch, specifically to provide a
reference to the starting point of the new import. This can be used to
push up the correct starting point of the new import, before uploading
changes for review.

Change-Id: If80057ad32838380d521d30609ead455d6905d2a
This commit is contained in:
Darragh Bailey
2014-08-28 15:34:19 +01:00
parent 63acfa4f02
commit f515a62e66

View File

@@ -372,7 +372,8 @@ In this case we want to review every new commit (wrt the last import). In order
```bash
git checkout import-xxxxx
git review
git push gerrit import-xxxxx-base:import-xxxxx
git review import-xxxxx
```
If there is more than one new commit, git-review will ask to confirm the submission of multiple changes.