上一页 1 ··· 494 495 496 497 498 499 500 501 502 ··· 785 下一页
摘要: 当使用git进行操作:git checkout -b local-name origin/remote-name出现错误:fatal: git checkout: updating paths is incompatible with switching branches.Did you inten... 阅读全文
posted @ 2015-10-21 23:21 沧海一滴 阅读(835) 评论(0) 推荐(0)
摘要: git branchgit branch不带参数:列出本地已经存在的分支,并且在当前分支的前面加“*”号标记,例如: #git branch* masternewbranchgit branch -r列出远程分支,例如: #git branch -r m/master -> origin_apps/... 阅读全文
posted @ 2015-10-20 23:00 沧海一滴 阅读(246) 评论(0) 推荐(0)
摘要: Jerry工作在wchar_support分支。他改变了名称的功能和测试后,他提交他的变化。[jerry@CentOS src]$ git branch master* wchar_support[jerry@CentOS src]$ git diff上面的命令产生以下结果diff --git a/... 阅读全文
posted @ 2015-10-20 22:40 沧海一滴 阅读(405) 评论(0) 推荐(0)
摘要: Probably the simplest way to achieve this is withgit archive. If you really need just the expanded tree you can do something like this.git archive mas... 阅读全文
posted @ 2015-10-20 22:37 沧海一滴 阅读(621) 评论(0) 推荐(0)
摘要: 我这几年越来越觉得,这两个成语故事是对我们世界深刻的隐喻。瞎子摸象从前,有四个盲人很想知道大象是什么样子,可他们看不见,只好用手摸。胖盲人先摸到了大象的牙齿。他就说:“我知道了,大象就像一个又大、又粗、又光滑的大萝卜。”高个子盲人摸到的是大象的耳朵。“不对,不对,大象明明是一把大蒲扇嘛!”他大叫起来... 阅读全文
posted @ 2015-10-20 22:19 沧海一滴 阅读(439) 评论(0) 推荐(0)
上一页 1 ··· 494 495 496 497 498 499 500 501 502 ··· 785 下一页