echo “# My-pandavan” >> README.md
git init
git add README.md
git commit -m “first commit”
git remote add origin https://github.com/Lonecheat/xxx.git
git push -u origin master
从github下载的代码压缩包,解压后创建可与github连接的本地项目
最新推荐文章于 2024-09-29 17:15:53 发布
echo “# My-pandavan” >> README.md
git init
git add README.md
git commit -m “first commit”
git remote add origin https://github.com/Lonecheat/xxx.git
git push -u origin master