https://blog.csdn.net/weixin_39570751/article/details/123015845
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/用户名/仓库名.git
git push -u origin master
https://blog.csdn.net/weixin_39570751/article/details/123015845
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/用户名/仓库名.git
git push -u origin master
本文标题:将本地的Git仓库推送到远程仓库的两种方式
本文链接:https://www.haomeiwen.com/subject/hzvlertx.html
网友评论