lilypond-devel
[Top][All Lists]
Advanced

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

Re: Problems with git cl


From: David Kastrup
Subject: Re: Problems with git cl
Date: Tue, 24 Dec 2013 13:09:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Carl Peterson <address@hidden> writes:

> Trying to upload a follow-up patch for my notehead change.
> When I try to run "git cl upload origin/master," I get
>
> fatal: ref HEAD is not a symbolic ref
> Command "git symbolic-ref HEAD" failed
>
> What am I doing wrong?

You are not on a branch.  Not sure why git cl would require you to be,
but you can always do

git checkout -b newbranchname

to be on a branch.  Actually, why aren't you on a branch when doing a
followup?  What does

git cl status

tell you?  Problem is that if you create a _new_ branch, git cl will
also upload to a new Rietveld review.

-- 
David Kastrup



reply via email to

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