diff options
Diffstat (limited to 'README_Submodules')
-rw-r--r-- | README_Submodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README_Submodules b/README_Submodules new file mode 100644 index 0000000..286aa56 --- /dev/null +++ b/README_Submodules | |||
@@ -0,0 +1,5 @@ | |||
1 | To add a submodule "mirrored" from gitolite: | ||
2 | - It must be accessible from anywhere without authentication (in .gitmodules) -> | ||
3 | git://git.immae.eu/github/* | ||
4 | - But it should be accessible via gitolite:github/* in the "work" dir, since | ||
5 | otherwise it would never be refreshed by gitolite (.git/modules/modules/*/config) | ||