Working with multiple GIT severs

Posted by th3flyboy on Stack Overflow See other posts from Stack Overflow or by th3flyboy
Published on 2011-01-07T23:47:24Z Indexed on 2011/01/07 23:54 UTC
Read the original article Hit count: 211

Filed under:
|
|
|
|

Hello, I have a question. Is it possible to set up a system so that you have a private GIT server that you host, which automatically syncs with a remote one, hosted by a site like Sourceforge, and then you can commit your local to the private GIT server, and then when you have to merge the changes from your private wip branches that are on your private GIT over to the master/branch/tag from the public GIT, and then push the change to the public GIT?

I ask this because I have a lot of personal work I would like to get working before putting it up for the public to see, and I'm shifting between several computers/operating systems in the process.

If this is not possible in standard GIT, are there any other options that would allow me to do this?

Thanks, Peter

© Stack Overflow or respective owner

Related posts about git

Related posts about private