Git
Git相关
CodeWorkerZHL
科大小硕一枚
展开
-
Git错误:Pull is not possible because you have unmerged files解决方法
1.在git的使用过程中突然报错Pull is not possible because you have unmerged files.Please, fix them up in the work tree, and then use 'git add/rm <file>'as appropriate to mark resolution, or use 'git comm...原创 2018-03-22 15:03:38 · 1095 阅读 · 1 评论 -
git命令切换分支
git切换分支首先通过$ git branch -a 来查看所在目录的分支$ git branch -a master* trunk remotes/origin/HEAD -> origin/master remotes/origin/master remotes/origin/zhanghanlun然后输入命令切换分支$ git ch...原创 2018-08-18 10:17:44 · 446034 阅读 · 17 评论