summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2019-03-28 22:32:02 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-04-02 13:34:48 +0000
commitfb52846db7b094724a3fd7859d90a40d208ade79 (patch)
tree83fbba060f0f0446029ebb3851524f785de6d524
parent4e825567f93b9a6c8bcfefba7c97869bd81a12da (diff)
downloadopenbmc-docs-fb52846db7b094724a3fd7859d90a40d208ade79.tar.gz
openbmc-docs-fb52846db7b094724a3fd7859d90a40d208ade79.zip
Update push command to include origin
- Experienced errors when pushing without specifying origin Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ib11928ac5ef04dec76732cf9e7582be899249992
-rw-r--r--development/gerrit-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/gerrit-setup.md b/development/gerrit-setup.md
index ff18e4b..c5ebf4a 100644
--- a/development/gerrit-setup.md
+++ b/development/gerrit-setup.md
@@ -79,7 +79,7 @@ will look like.
[writing good commit messages](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes)):
`git commit --signoff`
* Push your changes to Gerrit for code review:
- `git push HEAD:refs/for/master`
+ `git push origin HEAD:refs/for/master`
* Go to [Gerrit web interface](https://gerrit.openbmc-project.xyz/), click on
your new review, and add reviewers based on `MAINTAINERS` file in the repo.
OpenPOWER on IntegriCloud