Use server git installation in GitHub for Windows
- by Lg102
We are using Git as the version control for our website development. I work from a laptop, which is connected to the internal network via a WiFi connection. I've mapped the server drives as network drives in Windows. Commands such as git status take significantly longer for me than they do for my co-workers on wired connections. When connecting to the server using SSH and running commands on the git installation there, performance is even better.
Is there a way to configure GitHub for Windows to use the server-installed git (with my credentials)?
Note: While our production servers has a user configuration with proper permissions, the development server has only one root user.