fix initial commit
This commit is contained in:
parent
7b39626d55
commit
b9fc1a09e0
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -23,9 +23,9 @@ rm init.sh
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
rm config
|
rm config
|
||||||
git init
|
git init
|
||||||
git add .
|
|
||||||
git submodule add https://gitlab.com/latexci/packages/LatexPackagesBuild.git
|
git submodule add https://gitlab.com/latexci/packages/LatexPackagesBuild.git
|
||||||
git submodule foreach git checkout master-build
|
git submodule foreach git checkout master-build
|
||||||
mv gitmodules .gitmodules
|
mv gitmodules .gitmodules
|
||||||
|
git add .
|
||||||
git commit -m "initial commit"
|
git commit -m "initial commit"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue