On 15 Apr 2016, at 11:11, Howard Melman wrote:
> I've done a little bit with git locally and done a couple of pull
> requests via github about a year ago (long enough to forget any
> details).
>
> For this, I'll skip making a local repository, just fork on github and
> upload the new pdf. I can do this on master or should I make a new
> branch? (this would be the details I forget :)
Short answer: master
Long answer: That’s up to you. In this case, since you’re making a
small change and are unlikely to make any more changes before this one
gets merged, using master should be fine.
Basically, any branch you use to submit a pull request will be hostage
until that request is merged. If that branch is master, that can have
ugly consequences.
If you wanted to start working on something else, you couldn’t do the
changes on master because they’d get included with the old request,
and you couldn’t make a new branch because it would also include the
stuff currently on master. There are ways around that last one, but
I’m not trying to write a book here. You get the idea. :-)
--
Rob McBroom
http://www.skurfer.com/