git server create a new empty project, how to create a repository to upload files locally

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

Guess you like

Origin www.cnblogs.com/wangrongjie/p/12500256.html