lilypond-devel
[Top][All Lists]
Advanced

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

Re: Minor release checklist


From: Phil Holmes
Subject: Re: Minor release checklist
Date: Tue, 11 Sep 2012 09:51:05 +0100

----- Original Message ----- From: "Graham Percival" <address@hidden>
To: "Phil Holmes" <address@hidden>
Cc: "John Mandereau" <address@hidden>; "Devel" <address@hidden>
Sent: Monday, September 10, 2012 9:46 PM
Subject: Re: Minor release checklist

Yes.  Did you get your repository with
 git clone
?  if so, you should have an "origin".

It would seem so, because:

My .git/config contains:
[remote "origin"]
       fetch = +refs/heads/*:refs/remotes/origin/*
       url = ssh://address@hidden/srv/git/lilypond.git
[branch "master"]
       remote = origin
       merge = refs/heads/master
       rebase = true

So do I.

which AFAIK is set up automatically for me (other than the url
line, which I had to change manually for push access)


My guess is that you need the remote = origin line for the branch where you're trying to push to origin. If you're in detached HEAD, you don't have that.

--
Phil Holmes



reply via email to

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