Answer the question
In order to leave comments, you need to log in
Git how to update a project?
I recently started working with Git and ran into the following situation:
I developed a project on my local server and uploaded it to the repository. Next, I went to the server, cloned the project, installed and configured it.
After a while, I continued to develop the project on the local server and updated the repository again. Now I would like to update the project in production, so to speak.
As I understand it, deleting, reinstalling and configuring all files is not an option. Please tell me what needs to be done?
Answer the question
In order to leave comments, you need to log in
If you want to update at home
If you want to push changes to a remote git repositorygit push
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question