scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Getting "Warning: you are trying to deploy unpushed commits" error #42

Closed iperdiscount closed 10 years ago

iperdiscount commented 11 years ago

I've used the mighty dandelion wonderfully for some months but now if i try to deploy my website i'm getting this error. Can someone explain what does it mean? I regularly do the add ., commit, push process before it.

Thanks,

Luca

lucasmotta commented 11 years ago

Are you sure that the commit was pushed properly? That seems to be an issue because you didn't pushed the files yet. You can force the upload (specially if you are working alone in the project), by using the -f flag:

dandelion -f deploy

But I would recommend you to double check if your code is pushed.

iperdiscount commented 11 years ago

If i do git status i get:

# On branch master nothing to commit, working directory clean

and if i check on my gitHub repo too, i can see regularly my commit.

Does it mean is it pushed properly or there are other things that i can check to verify it?

I'm not working alone...

∆∆∆∆∆∆∆∆∆∆∆∆∆∆ www. OVOV .it ∆∆∆∆∆∆∆∆∆∆∆∆∆∆ luca cardinali +39 3381572496

flickr.com/ovrl<<

N E R T O .it

On 28 June 2013 11:24, Lucas Motta notifications@github.com wrote:

Are you sure that the commit was pushed properly? That seems to be an issue because you didn't pushed the files yet. You can force the upload (specially if you are working alone in the project), by using the -f flag:

dandelion -f deploy

But I would recommend you to double check if your code is pushed.

— Reply to this email directly or view it on GitHubhttps://github.com/scttnlsn/dandelion/issues/42#issuecomment-20178362 .

scttnlsn commented 10 years ago

Try running git cherry. It should provide some insight as to why Dandelion is warning you.