I think this will be fixed in the next Git for Windows release, as we use
the same definition of HOME in Git Bash as Git GUI already does then.
Ciao,
Dscho
In the meantime you can set the HOME environment variable to a location
where you want your home folder. I've just tried it and opposed to the
OP statement it works for both Bash and GUI.
The future default for both will be derived from the HOMEDRIVE, HOMEPATH
variables. Which currently is only used by Git GUI.
cheers Heiko