码迷,mamicode.com
首页 > 其他好文 > 详细

git blit添加项目

时间:2018-09-27 17:06:53      阅读:379      评论:0      收藏:0      [点我收藏+]

标签:master   添加   查看   his   remote   git   mit   git push   http   

删除隐藏的.git文件

0.git init

1.git add.

2.git commit -m "添加项目"

3.git remote rm origin

4.git remote add origin http://zhuxiuwu@192.168.10.86:10101/r/vue/zhdj.git

5.git pull origin master --allow-unrelated-histories ///查看冲突文件解决冲突

6.git add.

7.git commit -m "添加项目"

8.git push -u origin master

git blit添加项目

标签:master   添加   查看   his   remote   git   mit   git push   http   

原文地址:https://www.cnblogs.com/boonook/p/9713718.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!