git 服务器新建一个空项目,如何在本地创建仓库上传文件

echo "# qipai" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:rongjie184/qipai.git git push -u origin master

猜你喜欢

转载自www.cnblogs.com/wangrongjie/p/12500256.html