Git on the server(windows server 2012)

git, gitlab, windows-server-2012

Solution

You could use Bonobo Git Server, it is designed to run on Windows in IIS.

Problem

We want to install `Git` in our dedicated server to mange our code version and code revision. Our dedicated server has Windows server 2012. We thought about `GitLab`, but it is not supported in windows. Suggest me which one should I use, there is `Gitprep` for windows.

Original source