File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,16 @@ visibility.
148
148
149
149
$ git remote add upstream https://github.com/scikit-learn/scikit-learn.git
150
150
151
- (If any of the above seems like magic to you, then look up the
152
- `Git documentation <https://git-scm.com/documentation >`_ on the web.)
151
+ If any of the above seems like magic to you, then look up the
152
+ `Git documentation <https://git-scm.com/documentation >`_ on the web.
153
+
154
+ If some conflicts arise between your branch and the master branch, you will need
155
+ to `rebase your branch on master
156
+ <http://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#rebasing-on-master> `_.
157
+ Please avoid merging master branch into yours. If you did it anyway, you can
158
+ fix it following `this example
159
+ <https://github.com/scikit-learn/scikit-learn/pull/7111#issuecomment-249175383> `_.
160
+
153
161
154
162
Contributing pull requests
155
163
--------------------------
You can’t perform that action at this time.
0 commit comments