GitHub上传自己的项目

1,git init

2,git add.

3,git commit -m ""

4,git remote add origin https://自己的仓库url地址 将本地的仓库关联到github上

5,git push -u origin master //推送代码到远程仓库

posted @ 2020-10-08 15:50  漫步程序路  阅读(132)  评论(0)    收藏  举报