Answer the question
In order to leave comments, you need to log in
Git synchronization with hosting how?
Hello!
I heard in git there is such an opportunity,
for example, I have a project in git .... and I can connect my project with hosting ... that is, when I update something, it is also updated in the hosting ... on the account I don’t have FTP working...just doing my job and uploading to git.
how can this be done? I'm still new to git .... and I have Github Desktop on my computer right now
Answer the question
In order to leave comments, you need to log in
You need to look at continuous integration (CI) systems. There are many different ones.
For example: CircleCI, Travis, etc
https://github.com/integrations/feature/continuous...
from a simple one, you put a git on the hosting,
you make a git clone and then when you need to update the git pool
This is called a "deploy".
You can do it either with the help of CI (Jenkins, Codeship, Travis etc), or you can set up your IDE so that it updates the data on the server when you commit.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question