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

git相关

时间:2015-05-04 11:41:46      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:

http://git.oschina.net/oschina/git-osc/wikis/%E5%B8%AE%E5%8A%A9   git配置

git pull 地址  更新

git add *  add目录下所有文件

git commit -m "代码提交信息"

git push origin master  提交文件

 

出现error的解决方法: Your local changes to the following files would be overwritten by merge

git checkout -f 

git相关

标签:

原文地址:http://www.cnblogs.com/gaohe/p/4475526.html

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