Set git identity in template generators
This commit is contained in:
@@ -101,6 +101,8 @@ cat > README.md <<EOF_MD
|
||||
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 .NET API service"
|
||||
|
||||
@@ -87,6 +87,8 @@ cat > README.md <<EOF_MD
|
||||
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 .NET Worker service"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -77,6 +77,8 @@ Static Site 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 Static Site service"
|
||||
|
||||
Reference in New Issue
Block a user