Set git identity in template generators

This commit is contained in:
2026-06-03 09:46:33 +02:00
parent 4bac2a1f0b
commit 41cec599fc
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -122,6 +122,8 @@ Node.js TypeScript služba vytvořená přes CSBot Services Portal.
EOF_MD
git init
git config user.name "AppFactory Bot"
git config user.email "appfactory@local"
git branch -M main
git add .
git commit -m "Initial Node.js TypeScript service"