Re: [git-users] Confused regarding "master repo".

2014-03-13 Thread Chuck
Well havent completed deployed yet. But our plan is to create a bare metal repository on a central server, one repo per developer. On our central server: (all directories owned by a git user) mkdir username.git cd username.git git --bare init Then on local workstation or wherever: mkdir myproje

Re: [git-users] Confused regarding "master repo".

2014-03-13 Thread Magnus Therning
On Tue, Mar 11, 2014 at 03:27:39PM -0500, Chuck wrote: > Err.. disregard I figured out how to use this in the manner we > desire. Do you mind describing how you ended up using Git? It might help others to have your setup as an example. /M -- Magnus Therning OpenPGP: 0x

Re: [git-users] Confused regarding "master repo".

2014-03-11 Thread Chuck
Err.. disregard I figured out how to use this in the manner we desire. Thx On Tue, Mar 11, 2014 at 2:45 PM, rhugga wrote: > > I thought I understood this pretty well until I dug into chapter 4 and > running a GIT server. > > We were looking at taking a approach like this: > > We want a mas