X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F07_How_To_Contribute%2F03_Working_with_Gerrit.md;h=3b083d44cd5bdb98d4617c28140de539b2e3110e;hb=refs%2Fchanges%2F29%2F28529%2F2;hp=ccd91334da6d67aca909981cb5b9e242e769019c;hpb=ad469eb57940d03b580f75996157033e6e561c98;p=AGL%2Fdocumentation.git 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  # Track the changed files $ git commit -s # Signed Commit Message @@ -119,7 +119,7 @@ repeat the ``git review`` command. $ git add  # 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