lilypond-devel
[Top][All Lists]
Advanced

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

Re: harmonics and slides


From: Patrick McCarty
Subject: Re: harmonics and slides
Date: Sun, 13 Feb 2011 12:49:22 -0800

On Sun, Feb 13, 2011 at 6:28 AM, Patrick Schmidt <address@hidden> wrote:
>
> I tried to upload three patches to rietveld. I got the message:
>
> address@hidden:~/lilypond-git$ git pull -r
> Current branch master is up to date.
> address@hidden:~/lilypond-git$ git cl upload origin/master
> Cannot upload with a dirty tree.  You must commit locally first.
>
> What do I have to do?

This means, in git terminology, that you have "unstaged changes" in
your local git tree.

Run `git status' to see what files are included in the unstaged
changes, and run `git diff' to see what the specific changes are.

If you want to submit these unstaged changes to Rietveld, commit them
first before running the `git cl' command.  If not, run `git stash' to
temporarily stow the changes away.  (A `git stash pop' can restore the
stowed-away changes.)

Hope this helps!

Thanks,
Patrick



reply via email to

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