新建git仓库提交代码的操作流程

git init
git add README.md
git commit -m “first commit”
git remote add origin https://github.com/AndyTiTi/vue-ssr.git
git push -u origin master

猜你喜欢

转载自blog.csdn.net/xiaofanguan/article/details/86312206