Setting up a git repository on a server

Posted by lostInTransit on Stack Overflow See other posts from Stack Overflow or by lostInTransit
Published on 2010-05-06T13:05:29Z Indexed on 2010/05/06 13:08 UTC
Read the original article Hit count: 141

Filed under:
|

Hi

I had posted this question on superuser but didn't get a helpful response. Thought I'd try here since the question does deal with some configurations and settings for using github.

I have a central server with SSO installed. All my machines are connected through the lan to this server. I have also setup a remote git repository on this server. Now what I'd like to do is make the server act as a central repository. All my employees can commit their code to the server and the server pushes it to the remote git repository.

Can someone please help me out with this process? I am new to git and still learning how to use it effectively. So a step-by-step process or an existing document which I can refer to for this?

Also can I integrate it with SSO in any way?

The server itself is setup on a Mac and SSO uses Atlassian Crowd.

Thanks.

© Stack Overflow or respective owner

Related posts about git

Related posts about github