S
S
seka22021-12-13 00:49:16
git
seka2, 2021-12-13 00:49:16

How to work with git correctly?

Tell me how to work with git correctly. I am writing a project on node js + react js I am
pushing from a local computer to github, after changes I upload all versions.
Then I would like to automatically upload from github to the server. What ways are there besides writing actions on the git (I read it until I understood how to work with it at all, I want to try to do it manually somehow).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Kuts, 2021-12-13
@fox_12

What are the ways besides writing actions on the git

You can also use webhook .
At the same time, on the client, you can install something like this:
https://github.com/adnanh/webhook to perform deployment on an event.

X
XXXuser, 2021-12-13
@XXXuser

git clone?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question