I have a project C:\Work\Project
With .git C:\Work\Project.git
I want keep project in C:\Work\Project
But move .git to D:\Work\Project.git
I try use mklink mklink /d c:\Work\Project.git d:\WORK\Project.git
But SourceTree not work with error 'git status' failed with code 128: fatal: Invalid symlink 'c:\Work\Project.git': Function not implemented
I don`t want multiple folders.
I want keep repositories on other drive from code.