wIK5Ez2o commited on
Commit
4e211b8
·
verified ·
1 Parent(s): a88eec3

Update launch.sh

Browse files
Files changed (1) hide show
  1. launch.sh +2 -2
launch.sh CHANGED
@@ -26,8 +26,8 @@ function init() {
26
 
27
  git init
28
  git config user.email "[email protected]"
29
- #git config --global user.name "git-batch"
30
- #git config --global init.defaultBranch main
31
 
32
  git branch -M main
33
  git remote add origin https://${github_secret}@github.com/${github_project}.git
 
26
 
27
  git init
28
  git config user.email "[email protected]"
29
+ git config user.name "git-batch"
30
+ git config init.defaultBranch main
31
 
32
  git branch -M main
33
  git remote add origin https://${github_secret}@github.com/${github_project}.git