Setting Up Git Repository on Remote Windows Server?
Posted
by
Goober
on Server Fault
See other posts from Server Fault
or by Goober
Published on 2009-08-25T14:03:56Z
Indexed on
2011/11/25
9:53 UTC
Read the original article
Hit count: 337
I have a windows server which I can access locally or remotely over the internet through remote desktop connection, etc.
I want to set up a git repository (something similar to "trunk" in subversion), that can contain a series of repositories for multiple projects.
Does anyone know how I go about doing this? I want to do it using a GUI if possible. I have followed this Git Bash Tutorial but it's very long winded and not exactly what I'm after.
I'm using a Git client called MSYSGIT. Using this I just want to be able to set up remote repositories and start committing source code.
Any help would be greatly appreciated!
© Server Fault or respective owner