📅  最后修改于: 2022-03-11 14:57:30.100000             🧑  作者: Mango
#In the local directory for the root of the project
git init
git remote add origin
git add .
git commit -m 'initial commit'
git push -u origin master