Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added information about creating and propagating tags.

...

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

...