0

I am still trying to find the best way to use github with my local system and server. I am assuming it is -

Code on your local system, push it on github and from there, download it on your live server

without sounding too subjective, Is this the standard way to use git with local system and server ?

Edit - I found this What is the difference between origin and upstream on GitHub? which has really good pic of clone/fork and local repo, so ideally it looks to be your_server <--> github <--> local_server/repo

Community
  • 1
  • 1
iCyborg
  • 4,699
  • 15
  • 53
  • 84

1 Answers1

0

There is no "standard" way of working with git. You can do either way, pull from a repo on your machine or a build or test server from the server. Or, pull from github. It may very well depend on your topology and if firewalls are going to get in the way.

Adam Dymitruk
  • 124,556
  • 26
  • 146
  • 141