Carl Peterson <carlopeter...@gmail.com> 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

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to