1
I have a shared hosting at hostgator and in the description of the plans I saw which git client is accepted. I contacted Hostgator support to better understand the details of the git client they speak, here’s the answer:
"The difference between Git server and Git Client lies in functionality, where a Git client is just a user using external servers.
Git server, on the other hand, would be used to create a repository and provide it to other users, as it is not allowed to use shared servers as a repository, it is not possible to perform the procedure on P,M, Business,Plus and Resell plans."
The point is, I have a private repository in bitbucket, I can configure the server so that by pushing on my local machine, automatically changes are saved to the repository and replicated on the site?
I don’t understand your goal! You have the repository in Bitbucket... And on the servers where they run your application you want to set up Git clients to download the code?
– egomesbrandao