Jesse Duffield
2022-11-12 10:18:02 +11:00
parent e8b97c9fe2
commit 52316e628e
6 changed files with 11 additions and 4 deletions

View File

@@ -23,5 +23,5 @@ cd ..
git clone --bare ./repo other_repo
cd repo
git submodule add ../other_repo
git -c protocol.file.allow=always submodule add ../other_repo
git commit -am "add submodule"