Conversation
|
I have never liked To be fair, my use of 'github' for the user's repository is just as confusing. |
|
FWIW numpy have also documented a similar thing: http://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#rebasing-on-master |
|
@pelson I (humbly) like my version better because I include the output of the middle steps, but I will include a link. |
|
don't merge this, I am going to go through and update the rest of the git documentation as well (git is changing under us a bit in the way it deals with push). I also plan to change |
|
I am also going to remove the text about emailing diffs to the mailing list to bring our documentation into line with our practice (which seems to be to make PRs and then do the review in the PR). |
doc/devel/coding_guide.rst
Outdated
There was a problem hiding this comment.
Is it pertinent a git checkout master before the git fetch upstream?
There was a problem hiding this comment.
No, fetch only copies commits it does not merge them into your branches. I am deeply suspicious of pull.
There was a problem hiding this comment.
So am I: pull merges automatically, which is rarely what you want.
|
I didn't notice before, you are adding this text to Actually that link development_workflow is the reference for all of us newcomers and git virgins. Just a little extra, the |
|
@tacaswell
|
|
Sorry, this issue should have been tagged as needs revision, thanks for poking me on this. |
|
punted |
doc/devel/coding_guide.rst
Outdated
There was a problem hiding this comment.
I would rename github to origin: it is more standard.
|
I'll do a PR against your PR. |
doc/devel/coding_guide.rst
Outdated
There was a problem hiding this comment.
We should probably add the acronym (PR). It isn't defined anywhere, and is github jargon.
|
I think the only outstanding issues is my use of |
|
|
||
| $ git push --force github | ||
|
|
||
| which will _replace_ all of the commits under your branch on github |
|
I think you'll have to rebase onto master :) |
- this will likely create an annoying conflict, yay
35356bc to
2ffb590
Compare
|
Decided to try out the 'retarget branch' functionality. |
|
@QuLogic Is that better wording? |
|
Looks reasonable. |
|
Thanks! |
|
🎉 Excited to get this in after so long! |
closes #2733
My writing probably needs a lot of editing.