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:
128128 ```
129129
1301303 . 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.
132136
133137 ``` bash
134138 git checkout -b < topic-branch-name>
@@ -153,7 +157,7 @@ in order to craft an excellent pull request:
153157 rebasing on master and resolving any conflicts.
154158
155159 ** 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
157161 necessary.
158162
159163 ``` bash
You can’t perform that action at this time.
0 commit comments