I just started using GIT for version control. I used the git init to create a repository. However, I want other users on the server to access it as well ..
Can someone point me towards what command I should be looking at?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As long as they can acces to your local repository, they can fork, pull …
If you want to share a central repository, look for “bare repository”