I'm setting up a git project and using my server as the central repo for my group members.
My question is, how can I give multiple users access to that same repo?
As it currently stands, I successfully gave myself access, and added a repo. However, when accessing the repo with [email protected]:projectname.git, it finds the project inside my home folder.
Naturally, [email protected]:projectname.git will access projectname.git in their home directory instead of mine.
How can I give multiple users access to the same repo?