File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Original file line number Diff line number Diff line change @@ -186,9 +186,11 @@ In git rebasing is a mild form of re-writing history, as it
186
186
effectively transplants where your branch from where you intially
187
187
forked of off the parent branch to some other point. For a much more
188
188
detailed explanation (with pictures!) see `this nice write up
189
- <http://git-scm.com/book/en/Git-Branching-Rebasing> `. In general,
190
- re-writing history, particularly published history, is considered
191
- bad form, but in this case it is very useful.
189
+ <http://git-scm.com/book/en/Git-Branching-Rebasing> `. The numpy team
190
+ has also `documented how to do this
191
+ <http://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#rebasing-on-master> `
192
+ In general, re-writing history, particularly published history, is
193
+ considered bad form, but in this case it is very useful.
192
194
193
195
The following example assumes that the remote of _your_ github
194
196
repository is called `github ` and the remote of the official
You can’t perform that action at this time.
0 commit comments