…or create a new repository on the command line
echo # test1 >> README.md
git init
git add README.md
git commit -m “first commit”
git remote add origin https://github.com/keyeechen/test1.git
git push -u origin master…or push an existing repository from the command line
git remote add origin https://github.com/keyeechen/test1.git
git push -u origin master
github最快速入门(最关键的语句)
最新推荐文章于 2022-12-09 10:20:03 发布