Question

I am using Coda to create a web application using CodeIgniter. I am hosting it live on hostgator and testing it as well. I want to know if there is a way to use some kind of Revision contorl or backup system like Github that would allow me to save my files and keep them updated without having to actually do the folder copy pasting.

Was it helpful?

Solution

You can set up a remote repo at hostgator, and push changes to the remote using git, that doesn't require github, you can just do it from a repo locally on your machine.

Here is a tutorial.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top