This commit is contained in:
JIAL 2023-11-18 11:54:43 +08:00
parent 83092fc2df
commit ca0c4f5f40
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin http://43.138.57.202:3000/JIAL/VSCode.git
git push -u origin main
git config --global user.name "JIAL"
git config --global user.email "2287346125@qq.com"
git add . //添加所有文件到仓库