Hello,
On 24/12/13 12:09, David Kastrup wrote:
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.
Is 'git-cl upload master' (which works for me) the same as 'git-cl
upload origin/master'?
This error sounds familiar to me anyway :)
Are you using Lily-git.tcl?
James
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel