Re: [git-users] Need some advice on git setup -- development files must be run on the server

2015-05-26 Thread Dale R. Worley
Chris Fillmore fillmore.ch...@gmail.com writes: I am imagining I putty into the server, checkout my branch, run the code. Is this possible? But what's to stop other team members from doing the same, at the same time? There are only three of us, we can communicate, but in principle I would

Re: [git-users] Need some advice on git setup -- development files must be run on the server

2015-05-26 Thread Magnus Therning
On 26 May 2015 at 13:34, Dale R. Worley wor...@alum.mit.edu wrote: Chris Fillmore fillmore.ch...@gmail.com writes: I am imagining I putty into the server, checkout my branch, run the code. Is this possible? But what's to stop other team members from doing the same, at the same time? There are

[git-users] Need some advice on git setup -- development files must be run on the server

2015-05-25 Thread Chris Fillmore
Hello, I've just started a position where we are not yet using version control at all. The team was previously just a single developer, and now there are three of us. I've used git before on teams, but not in an environment exactly like this, and I need some advice. The code we are working on

Re: [git-users] Need some advice on git setup -- development files must be run on the server

2015-05-25 Thread Konstantin Khomoutov
On Mon, 25 May 2015 09:30:17 -0700 (PDT) Chris Fillmore fillmore.ch...@gmail.com wrote: [...] In order to test our changes, the code MUST be running on the server -- it can't be run locally on our machines. The server in our office is not a production environment, it's a development