lilypond-devel
[Top][All Lists]
Advanced

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

Re: odd configure error


From: Reinhold Kainhofer
Subject: Re: odd configure error
Date: Fri, 27 Mar 2009 16:33:56 +0100
User-agent: KMail/1.11.1 (Linux/2.6.27-11-generic; KDE/4.2.1; i686; ; )

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Freitag, 27. März 2009 schrieb Graham Percival:
> On Thu, Mar 26, 2009 at 02:31:21PM -0700, Patrick McCarty wrote:
> > Let's say remote master has changed in the meantime, and you want to
> > create a new patch rebased on current master:
> >
> > cd lilypond
> > git checkout master
> > git pull
> > git checkout mybranch
> > git rebase master
> > git format-patch master

It's actually easier:

cd lilypond
git checkout mybranch (unless you are already there)
git fetch
git rebase origin/master
git format-patch origin/master


> I'm still amazed at git.  Simple things should be simple.  I can
> teach people how to use svn in 15 minutes.  But to do the
> equivalent of "svn update, svn add, svn ci"  in git takes... well,
> I don't know how long we've spent discussing it, but it's way more
> than 15 minutes!

git pull
git add ...
git commit
git push origin master

So, one additional command, but you don't mess with the server in the first 
three, so there is an additional safety net.

Cheers,
Reinhold

- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJzPHkTqjEwhXvPN0RAl6XAJ412rPnD0/3qYOUDu/2UXfcHaERVwCfS6R6
Z+tMHr9wf1+umpFpTt38nbE=
=+tw9
-----END PGP SIGNATURE-----




reply via email to

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