scttnlsn / dandelion

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

dandelion catchup #51

Closed diegocastro closed 9 years ago

diegocastro commented 10 years ago

It would be nice to have a function like git-ftp catchup where it uploads the .revision with the files already on the server. It would save a lot of time to implement dandelion with files already on the production server.

scttnlsn commented 10 years ago

Yeah, this is a great idea.

TheLonelyGhost commented 10 years ago

I tried to do this manually and encountered #92 . I'd suggest just pasting the git commit SHA into a file named .revision and copying that to the server where it already exists.

Is this a common task?

scttnlsn commented 9 years ago

In Dandelion v0.4.8 there's an init command implementing this functionality.

dandelion init <revision>