Re: Best practice setup for github projects on server

2015-11-23 Thread Stefan Beller
On Mon, Nov 23, 2015 at 3:19 AM, Matthew Leach wrote: > Hi, > > I was hoping that somebody could give me advice since I'm new to git. > > I'll be installing a couple of projects from github on our servers, and > adding some features. So you take source code from github and improve it... > > Sho

Best practice setup for github projects on server

2015-11-23 Thread Matthew Leach
Hi, I was hoping that somebody could give me advice since I'm new to git. I'll be installing a couple of projects from github on our servers, and adding some features. Should I create a repository on our server (e.g. in /opt/git/), add the github project as a remote, and create a branch? Then