📅  最后修改于: 2022-03-11 14:50:51.006000             🧑  作者: Mango
git init
git add
git commit -m "Your message about the commit"
git remote add origin https://github.com/yourUsername/yourRepository.git
git push -u origin master
git push origin master