B
B
batraider2016-09-06 23:06:58
git
batraider, 2016-09-06 23:06:58

How to properly work with git on a remote server?

Greetings !
Recently got acquainted with git and created a github account.
I designed the following principle of work: I write a project on a local server, push it to github and catch it on a remote server. Is this correct and how to implement it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2016-09-06
@saboteur_kiev

push is sending to a remote server. You don't need to do anything special.
You work locally, make commits so that you can go back and look at the history, periodically push to github.
If you're not alone, push more often.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question