会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
沧海一滴
不积小流,无以成江海
博客园
首页
联系
管理
上一页
1
···
494
495
496
497
498
499
500
501
502
···
785
下一页
2015年10月21日
Cannot update paths and switch to branch at the same time(转)
摘要: 当使用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)
2015年10月20日
git branch(转)
摘要: git branchgit branch不带参数:列出本地已经存在的分支,并且在当前分支的前面加“*”号标记,例如: #git branch* masternewbranchgit branch -r列出远程分支,例如: #git branch -r m/master -> origin_apps/...
阅读全文
posted @ 2015-10-20 23:00 沧海一滴
阅读(246)
评论(0)
推荐(0)
Git提交代码的处理流程(转)
摘要: 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)
Do a “git export” (like “svn export”)?(转)
摘要: 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
下一页
公告