Git version control with multiple users
- by ignatius
Hello,
i am a little bit lost with this issue, let me explain you my problem:
I want to setup a git repository, three of four users will contribute, so they need to download the code and shall be able to upload their changes to the server or update their branch with the latest modifications.
So, i setup a linux machine, install git, setup the…