Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Considering that submodules always exist in their own folder, your structure would work if each of the directories you want in "libraries" was a git repo (that could then be referenced as a submodule in a parent repo).

Otherwise, you have to deal with symlinks, which do exist in Windows: read "Git Symlinks in WindowsGit Symlinks in Windows".

Considering that submodules always exist in their own folder, your structure would work if each of the directories you want in "libraries" was a git repo (that could then be referenced as a submodule in a parent repo).

Otherwise, you have to deal with symlinks, which do exist in Windows: read "Git Symlinks in Windows".

Considering that submodules always exist in their own folder, your structure would work if each of the directories you want in "libraries" was a git repo (that could then be referenced as a submodule in a parent repo).

Otherwise, you have to deal with symlinks, which do exist in Windows: read "Git Symlinks in Windows".

Source Link
VonC
  • 1.4m
  • 569
  • 4.8k
  • 5.8k

Considering that submodules always exist in their own folder, your structure would work if each of the directories you want in "libraries" was a git repo (that could then be referenced as a submodule in a parent repo).

Otherwise, you have to deal with symlinks, which do exist in Windows: read "Git Symlinks in Windows".