----- Original Message ----- From: "Thomas Morley" <thomasmorle...@gmail.com>
To: "Graham Percival" <gra...@percival-music.ca>
Cc: "lilypond-devel" <lilypond-devel@gnu.org>
Sent: Tuesday, August 27, 2013 1:32 PM
Subject: Re: push-access


2013/8/27 Graham Percival <gra...@percival-music.ca>:
On Tue, Aug 27, 2013 at 01:36:24PM +0200, Thomas Morley wrote:
To be sure: am I right that it will succeed only _after_ Graham
granted membership?

Approved now.

Cheers,
- Graham

Thanks!
Afaics, all works and I've push-access.

Next step: I'll reread CG _how_ to push.
:)

Best,
 Harm


FWIW; I don't quite follow the CG's steps in pushing to staging, because I don't often use branches to keep my changes, I use patches. Based on David's advice a long time ago, this is my sequence:

git pull
git checkout origin/staging
git am 0001-MyPatch.patch
gitk
git push origin HEAD:staging
git checkout master

Line 2 is likely to warn you you're in "detached head" status: that's fine. Line 3 applies your patch to this breanch. Line 4 allows a graphical check of what you've just done. Line 5 pushes it. Line 6 takes you back to the master branch.

HTH.

--
Phil Holmes

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to