gae-init / gae-init-upload

Fork of gae-init with Google Cloud Storage
http://upload.gae-init.appspot.com
MIT License
36 stars 15 forks source link

How to add upload feature to existing gae-init app? #18

Closed jaxon closed 8 years ago

jaxon commented 9 years ago

I'm already running gae-init in production, how do I add the upload feature to it?

Even a diff between gae-init and gae-init-upload would suffice.

lipis commented 9 years ago

Just do the following

git pull https://github.com/gae-init/gae-init-upload.git master

or simply add the remote for future pulls

git remote add upload https://github.com/gae-init/gae-init-upload.git

and then

git remote upload master
lipis commented 9 years ago

Also I would recommend doing the above pull request in a new branch.. to avoid unnecessary unwanted things :)

jaxon commented 9 years ago

Wow, that was painless! Plus, updates from the core gae-init. Thanks for the tip.

lipis commented 9 years ago

same for the other two flavors.. except maybe babel that will have more conflicts in would guess if you have changes..