GIT初始化工程提交
touch README.md
git init
git checkout -b main
git add *
git commit -m "first commit"
git remote add origin https://****/**/***.git
git push -u origin main
touch README.md
git init
git checkout -b main
git add *
git commit -m "first commit"
git remote add origin https://****/**/***.git
git push -u origin main