Setting Up Git Repository on Remote Windows Server?
- by Goober
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!