Page History
...
| No Format |
|---|
$ git remote add review ssh://review/fs/lustre-release |
Pushing a Git Tag
...
Switch to the branch you want to create a branch in (normally master or b1_8).
Create the tag with
| Code Block |
|---|
git tag -a TAG_NAME
|
then push it upstream with
| No Format |
|---|
git push TAG_NAME
|
Note, this requires certain privileges on the server. If review is a secondary server for your repository, use
| No Format |
|---|
git push review TAG_NAME
|
Updating Inspection Requests
...
Overview
Content Tools