File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,11 @@ in order to craft an excellent pull request:
128
128
```
129
129
130
130
3 . Create a new topic branch (off of ` master ` ) to contain your feature, change,
131
- or fix:
131
+ or fix.
132
+
133
+ ** IMPORTANT** : Making changes in ` master ` is discouraged. You should always
134
+ keep your local ` master ` in sync with upstream ` master ` and make your
135
+ changes in topic branches.
132
136
133
137
``` bash
134
138
git checkout -b < topic-branch-name>
@@ -153,7 +157,7 @@ in order to craft an excellent pull request:
153
157
rebasing on master and resolving any conflicts.
154
158
155
159
** IMPORTANT** : _ Never ever_ merge upstream ` master ` into your branches. You
156
- should always ` git rebase ` on ` master ` to make your changes up to date when
160
+ should always ` git rebase ` on ` master ` to bring your changes up to date when
157
161
necessary.
158
162
159
163
``` bash
You can’t perform that action at this time.
0 commit comments