The local project to empty the remote repository git

git init

git remote add origin https://github.com/yangzong18/vue_demo.git

git add .

git commit -m '注释'

git push origin master -f
Published 29 original articles · won praise 5 · Views 7991

Guess you like

Origin blog.csdn.net/qq_25194685/article/details/100574643