This is my problem:
I have a single server used by multiple users though different logins. The limitation is disk size. Currently, separate directories are created and users have checked out the repo into their respective directories. But this is taking up most of the disk space.
I want to reduce the disk usage. If I use a single account then the commits will become messy. What is the best solution for multiple users to use git on the server?
How can I configure multiple users for a single repo? I can configure .gitconfigure for multiple users, but the .git/config contains a URL which contains the username.