By default on Windows Git places global .gitconfig in c:\\documents and settings\\user\\
c:\\documents and settings\\user\\
How can I change that position so .gitconfig is stored in
%PROGRAMFILES%\Git\etc
profile
HOME="c:\location_were_you_want_gitconfig"
Note: The file permissions are usually restricted, so change them accordingly or you won't be able to save your changes.