This commit is contained in:
octospacc 2022-07-01 17:58:12 +02:00
parent 4772cd74c6
commit 2366d38752
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ git clone --depth 1 https://gitlab.com/octtspacc/octt.gmi
cd octt.gmi
mv ../public.gmi ./sitoctt
git config user.email "$GitUserEmail"
git config user.name "$GitUserName"
git add .
git commit -m "Agg. $(date)"
git push