Re: [oll-user] Git workflow
Resources for LilyPond and LaTeX users writing (about) music
Status: Alpha
Brought to you by:
u-li-1973
From: Urs L. <ul...@op...> - 2014-01-11 19:41:49
|
Am Samstag, den 11.01.2014, 10:09 -0700 schrieb Marc Sabatella: > On 1/10/2014 5:56 PM, Urs Liska wrote: > > before you should do: > > > > Git checkout 2-schumann-challenge > > Git fetch upstream > > Git rebase upstream/master > > Git checkout musescore > > Git rebase 2-schumann > > > > (Everything with lowercase at the beginning) > > > > Then make sure to open the request against openlilylib/2-schumann-challenge. > > This is *almost* but not quite what I figured out on my own. In the > third step above, I did the rebase against upstream/2-schumann-challenge > instead of upstream/master - basically, I did a global replace of > everywhere I normally would have used "master", changing it to > 2-schumann-challenge. And I assume your fifth step above is a typo and > should have been a 2-schumann-challenge. > > I'm still green enough with Git to not be able to figure out for myself > what the difference between "git rebase upstream/master" and "git rebase > upstream/2-schumann-challenge" is in this context. Did I screw things > up badly enough that I need to redo all this, or if the pull request > usable as is? > > Anyhow, this whole series of step - including instructions on how to > open a PR against a branch (since it seems to default to master) should > probably go in the workflow document. > > Marc > I will look into this in detail later tonight. |