This my project structure in a nutshell:
+ A
| + some content
|
+ B
+ A
I want in my main git repo a submodule in B
that points to A
. But since the A
project contains the main method, I want to be able to quickly test before committing, so I'd like a symlink (or rather a mklink
since I'm on windows) that points to A
so it gets updated without committing.