aboutsummaryrefslogtreecommitdiffstats
path: root/docs/07_How_To_Contribute/03_Working_with_Gerrit.md
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-02-27 12:19:13 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-03-02 20:10:41 +0000
commit42b3550f0627400a778a5b1293b915204517ec2c (patch)
treed646338218280d74bbbc27db9824e0f043db7904 /docs/07_How_To_Contribute/03_Working_with_Gerrit.md
parentad469eb57940d03b580f75996157033e6e561c98 (diff)
Prepare octopus branch for documentation
Change references from master to octopus. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I3508a3631c63a8c7ee85293f46d16ac52d384643 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28529
Diffstat (limited to 'docs/07_How_To_Contribute/03_Working_with_Gerrit.md')
-rw-r--r--docs/07_How_To_Contribute/03_Working_with_Gerrit.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/07_How_To_Contribute/03_Working_with_Gerrit.md b/docs/07_How_To_Contribute/03_Working_with_Gerrit.md
index ccd9133..3b083d4 100644
--- a/docs/07_How_To_Contribute/03_Working_with_Gerrit.md
+++ b/docs/07_How_To_Contribute/03_Working_with_Gerrit.md
@@ -103,7 +103,7 @@ repeat the ``git review`` command.
```sh
$ cd documentation # Working Repository
$ git remote -v update # Updating wrt remote
- $ git checkout -b mytopicbranch origin/master # Creating new branch
+ $ git checkout -b mytopicbranch origin/octopus # Creating new branch
### CODE the CHANGES
$ git add  <file> # Track the changed files
$ git commit -s # Signed Commit Message
@@ -119,7 +119,7 @@ repeat the ``git review`` command.
$ git add  <file> # Track the changed files
$ git commit -s # Signed Commit Message
$ git review # Submit Changes to review
- $ git checkout master # Return to master branch
+ $ git checkout octopus # Return to octopus branch
```
## Reviewing Using Gerrit