git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Xanthuim/nodejs_express_sample.git
git push -u origin master
git add .
git commit -m "init"
git push origin master
zyf666
zz59
来源:CSDN
作者:zyf13671493506
链接:https://blog.csdn.net/zyf13671493506/article/details/103970997