I plan to install a basic git server. The point is to, somehow, centralize projects development.
However, the computer where I would like to do this isn't that great. I have no more then a few gigabytes available.
Does this make sense?
- Each workstation will have their own git instalation and their own copy of project files.
- They connect to the repository server via ssh;
- The server will have only the repositoty information about the project.
Is this ok?
Edit: - It can be server-less if possible. The main point is, however, to allow everyone (3 persons uhh) to work on the same project. I'm a bit lost here... :)