gitlab初始化项目上传

亡梦爱人 提交于 2020-02-15 08:46:03

1、现在Gitlab新建一个项目空间;例如:https://mp.csdn.net/console/editor/html

2、本地项目,例如example,进入example,打开Git命令

3、git init

4、git remote add origin https://mp.csdn.net/console/editor/html

5、git pull origin master

6、git add .

7、git commit -m'init'

8、git push -u origin master

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!