I am contemplating a jump into the Git bandwagon. My environment is made from 1-4 Windows client machines and a single FreeNAS server.
What do I need to make Git work in this type of configuration?
Is there any Git software that I need to install on the server? (in CVS, for example, I don't need to install any software, if the repository is accessed as a Windows (SMB) share).
What do I install on the client machine (Windows) if I already have Cygwin installed? Is there a pre-compiled git.exe (just like cvs.exe) which takes much less space than the proposed 130MB MSysGit?
Do I really have to go through compiling Git binaries in order to have Git on my Windows client?
I am totally clueless as to what the move from the CVS paradigm to the Git paradigm entails.