Description
The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number theoreticians for thousands of years is the qu...
分类:
其他好文 时间:
2014-11-05 00:33:10
阅读次数:
200
HEAD detached from 是一个临时的头指针,正常的头指针是指向分支的,这种情况下头指针是游离在分支之外。虽然可以在本地进行一切的git操作,但是如果要想远程库推送的时候就会出现问题。解决方法如下:1.git fetch origin _branch:_branch _branch 是....
分类:
其他好文 时间:
2014-11-04 12:24:21
阅读次数:
664
http://www.rockia.net/2013/03/fix-xcode-update-pch-file-errorError:PCH File Built From A Different Branch ((Clang-425.0.24)) Than The Compiler ((Clang...
分类:
其他好文 时间:
2014-11-02 23:52:29
阅读次数:
247
http://article.yeeyan.org/view/132319/81358在本篇文章中, 我将会详细说明我是如何应用SVN trunk(树干)、branches(分支)和tags(标记)。这种方法同样被称为“branch always”,两者非常接近。可能我所介绍的并不是最好的方法,但是...
分类:
其他好文 时间:
2014-11-02 12:04:27
阅读次数:
194
错误信息:
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again....
分类:
其他好文 时间:
2014-11-01 20:34:05
阅读次数:
883
当git clone之后,直接git pull它会自动匹配一个正确的remote url是因为在config文件中配置了以下内容:[java] view plaincopy[branch"master"]remote=originmerge=refs/heads/master表明:1.git处于ma...
分类:
其他好文 时间:
2014-10-31 21:56:19
阅读次数:
159
function buildTree(){ //$('.tree li:has(ul)').addClass('parent_li').find(' > span').attr('title', 'Collapse this branch'); $('.tree li.parent_li >...
分类:
Web程序 时间:
2014-10-31 18:37:54
阅读次数:
241
git branch backup #创建备份分支git push origin backup:backup #push到远程git reset --hard commit_id #本地分支回滚git push origin :the_branch #删除远程分支git push origin...
分类:
其他好文 时间:
2014-10-30 14:57:37
阅读次数:
729
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:
其他好文 时间:
2014-10-29 23:55:02
阅读次数:
236
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:
其他好文 时间:
2014-10-28 23:40:03
阅读次数:
349