On 12/4/09 6:08 PM, "Graham Percival" <gra...@percival-music.ca> wrote:

> On Sat, Dec 05, 2009 at 01:40:42AM +0100, John Mandereau wrote:
>> Please always check that Lily and docs compile (make all && make doc)
>> before pushing, or push to a branch different from master.
> 
> Sorry, I fixed a few things, but forgot to commit before pushing.
> It would be nice if there was a warning if you were pushing from a
> "dirty tree"; I certainly get enough of those warnings when I try
> to pull...

git status is your friend here.  You might want to make your push process be

git status

(check to see that it says something like "No changes", or "No changes, but
untracked files present")

git push origin master

HTH,

Carl



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

Reply via email to