wIK5Ez2o commited on
Commit
efb7933
·
verified ·
1 Parent(s): 26d455f

Update launch.sh

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