Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

Please suggest how to setup GIT server on Windows and access from the developers of the team. How to handle Users management.

Regards,
Anand
Posted

I found this so easy...

http://bonobogitserver.com/[^]
 
Share this answer
 
In order to host git repositories, you don't really need any "git server". You just need to be able to generate a git repository (from wherever you have git) and copy over the repository to your host.
http://git-scm.com/book/ch4-2.html[^]

Git itself doesn't handle permissions either, they're left to be handled by the file system. If a user has access to the repository files, he has access to the repository.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900