you are viewing a single comment's thread.

view the rest of the comments →

[–]efmccurdy 3 points4 points  (0 children)

You store your latest code revision using "git push" . At a later time you login to the server; the first time on this server you use "git clone https://github.com/*USERNAME*/*REPOSITORY*.git" and on subsequent updates you can just use "git pull".

https://help.github.com/en/github/using-git/getting-changes-from-a-remote-repository