GitHub 上新建仓库并上传项目

TAG
git
原创
编写日期
Aug 1, 2021
git init
gitadd *
git commit -m "first commit"
git remoteadd origin https://github.com/shirleycrow/Test.git
git push -u origin master