Set git identity in template generators
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user