How to give friend access to git repository without giving command line access?
- by Jack Humphries
I have some git repositories running on my server and I would like to give a friend read/write access to one. That's simple: I add him as a user, give him SSH access, and change the permissions to the repository folder.
Everything works fine; I'm able to clone the git repository using Xcode and change things (ssh://www.example.com/repo.git).…