I'm new to using git and I'm guessing the most of the developers and companies, we don't like to have our source code in a server that is not in our control.
So, I wonder if there is any way of installing git in my Linux server and don't have any sort of interaction with www.github.com?
My ideal is to have a normal server repository source control in my Linux box and a git client installed in my windows machine.
How can I achieve that? Could you guys please point some manual, link, step by step process on how to achieve the server configuration and/or the client app to work with my server?