Hi,
By default git init creates a folder called '.git'. In the recent Visual Studio tools (2005 and up) this works fine. But Visual Studio 2003 (and ... VB6 as well probably) crashes on this foldername. ideally I would like to change this per repository to something like 'git' instead of '.git'. Is this possible?
I know this has been asked before (http://stackoverflow.com/questions/672655/relocating-the-git-folder) ... but that was in a linux environment. I'm using windows at work sigh.
Hoping there is a simple solution .. otherwise I'll just have to wing it :o But I would rather use sexy git.
edit:
How do you set the GIT_DIR variable on windows? I googled it but it didn't make much sense.
edit2:
Wouldn't an environment variable set it for all repositories on that machine? If so I would have to go into every repository and move the folder manually ... also, I tried setting it to 'git' and when I open the git gui app it tells me "cannot use funny .git repository git". When I use the git console it works ... but honestly this is far from a good solution.