开发者

Git on a hosted remote server. What do I need from my host? What do I need to know?

开发者 https://www.devze.com 2023-03-08 14:19 出处:网络
This question will hopefully form a guide for people trying to do the same thing. It would be useful to be able to use GIT to push and pull changes from production server. Most of us will not have th

This question will hopefully form a guide for people trying to do the same thing.

It would be useful to be able to use GIT to push and pull changes from production server. Most of us will not have the luxury of a personal server or data centre.

What attributes do we require from our web hosts in order to get git functioning, and what pre开发者_Go百科requisite knowledge do we require other than GIT skills?


What do I need from my host?

The web host ideally need git and ssh installed. If they are running e.g. Apache on a unix environment, this is not an issue. I don't think that the web host need to have git skills, that is up to the person in charge of updating the web host from e.g. github.

Let me take an irl example. I'm in charge of developing a web site for a friend of mine that has a band. I develop and test the site locally and commit everything to a local git repository. When I'm satisfied with the results, I push up my changes to a repository on github. After this I just have to login via ssh to the web host and issue a "git pull" command, to syncronize the web host with the changes on github.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号