----- Original Message ----- From: "Graham Percival" <[email protected]>
To: "Phil Holmes" <[email protected]>
Cc: "John Mandereau" <[email protected]>; "Devel" <[email protected]>
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://[email protected]/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

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to