lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: push-access


From: Phil Holmes
Subject: Re: push-access
Date: Tue, 27 Aug 2013 16:13:54 +0100

----- Original Message ----- From: "Thomas Morley" <address@hidden>
To: "Graham Percival" <address@hidden>
Cc: "lilypond-devel" <address@hidden>
Sent: Tuesday, August 27, 2013 1:32 PM
Subject: Re: push-access


2013/8/27 Graham Percival <address@hidden>:
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]