setup the git server in centos6.4 [on hold]
- by hguser
We have a server which using centos6.4.
Now we want to make this server as the backup and the cvs server.
We have ten user in our team.
So I created ten accounts accordingly, then they can backup files to their own home directory using ftp.
However I do not know how to setup the cvs, we preferred to use git.
We want to implement this:
Everyone can create git repositories in his home directory with read/write access using his account.
Is this possible?