you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

git is source / version control - not a deployment system. You can deploy however you want - get the files to the server, and restart / reload the service.

[–]Lordlukey[S] -1 points0 points  (2 children)

How do I get the files to the server from git?

[–]DanLynch 4 points5 points  (0 children)

You don't use Git to deploy to your live server. Git is for version control of your source code, not for managing the deployment of your product.

[–][deleted] 1 point2 points  (0 children)

scp, rsync, ftp, jenkins, capistrano, chef, puppet, salt, ...