File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ As a **contributor** you will push your completed **local** topic branch to **or
7373
7474The upstream repository holds a single primary branch that we maintain:
7575
76- * ** upstream/master** - This is the where main development takes place
76+ * ** upstream/master** - This is where main development takes place
7777
7878## Topic Branches
7979
@@ -103,10 +103,10 @@ $ git add --all
103103$ git commit
104104```
105105
106- You can push your changes to your fork's master branch using:
106+ You can push your changes to your fork's topic branch using:
107107
108108``` bash
109- $ git push origin master
109+ $ git push origin bug-123-short-issue-description
110110```
111111
112112When committing, be sure to follow [ best practices] ( https://github.com/erlang/otp/wiki/Writing-good-commit-messages ) writing good commit descriptions.
You can’t perform that action at this time.
0 commit comments