Here is my git directory structure
~/git/ProjectA/.git
~/git/ProjectA/ProjectA
~/git/ProjectB/.git
~/git/ProjectB/ProjectB
Is that the convention or is it more preferable to do something like?
~/git/myRepo/.git
~/git/myRepo/ProjectA
~/git/myRepo/ProjectB
or
~/git/.git
~/git/ProjectA
~/git/ProjectB
or something else entirely?