Git vs FTP for web deployment

fs_tigre picture fs_tigre · Feb 15, 2013 · Viewed 9.9k times · Source

I know what git is for and how to use it, (a little bit) but there is one concept I still don’t fully understand. I have heard a lot of web developers lately saying that they use git for every web project even though they are not collaborating, they just use git as an FTP alternative, in fact they claim that FTP is an old method to upload your sites.

My question is, how could I use git to upload my site without having to pay for a service such as beanstalk?

Is really FTP considered an old technology and we should be using git?

Thanks a lot

Answer

Jeff Miller picture Jeff Miller · Feb 15, 2013

See the following links for instructions on how to deploy a Git repo to your server: