第一步,找到所要展示仓库的Settings 第二步,下滑至GitHub Pages选项,将“None”改为“master branch”,并save 第三步,使用GitHub Pages后,会生成一个能展示所选仓库的地址链接。 当想展示仓库中某一文件时,可将路径缀在链接后面,如想展示下面文件中名为i ...
分类:
其他好文 时间:
2018-03-12 20:55:37
阅读次数:
155
--set-upstream最新版本貌似不在支持,使用--track和--set-uptream-to来替代 --set-upstream: 和原本的--set-upstream不同的是,git branch --track dev origin/dev是创建一个新分支,并关联,若本地已存在,则会报 ...
分类:
其他好文 时间:
2018-03-12 13:41:20
阅读次数:
230
十分简单的实现题目,用Stack可以很快的解决这个问题。 每一次检查几个不同的情况: 1. top堆是空的,这时候只要检查branch堆的堆顶是不是下一个要下放到lake的数,如果不是那么这个case就是N。 2. top堆不为空,这时候要检查top堆的堆顶是不是下一个数,如果不是就检查branch ...
分类:
其他好文 时间:
2018-03-09 12:38:01
阅读次数:
185
The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number theoreticians ...
分类:
其他好文 时间:
2018-02-27 23:41:52
阅读次数:
216
Git使用之(pathspec master did not match any file(s) known to git) 标签: git / pathspec / branch / master / 切换 11479 标签: git / pathspec / branch / master / ...
分类:
其他好文 时间:
2018-02-27 19:33:49
阅读次数:
351
来自:https://github.com/xirong/my-git/blob/master/how-to-use-github.md 说明 作为一名开发者,Github上面有很多东西值得关注学习,可是刚刚接触github,怎样一步步学习使用Github?怎样更高效的利用Github?在这里搜集整 ...
分类:
其他好文 时间:
2018-02-27 14:01:15
阅读次数:
196
一、git branch:1、创建本地分支 local_branch git branch local_branch2、切换到分支local_branch git checkout local_branch3、创建本地分支local_branch 并切换到local_branch分支 git che ...
分类:
其他好文 时间:
2018-02-27 12:42:21
阅读次数:
163
When this happened, it created the file .git/refs/heads/origin/branch-name. So, I just deleted the file。 ...
分类:
其他好文 时间:
2018-02-26 19:01:49
阅读次数:
180
一、SVN分支 Branch 选项会给开发者创建出另外一条线路。当有人希望开发进程分开成两条不同的线路时,这个选项会非常有用。 情景: 比如项目 demo 下有两个小组,svn 下有一个 trunk 版。 由于客户需求突然变化,导致项目需要做较大改动,此时项目组决定由小组 1 继续完成原来正进行到一 ...
分类:
其他好文 时间:
2018-02-26 15:07:00
阅读次数:
678
Branching in Subversion ¶ Some people want to make a branch from the GeoGebra trunk/geogebra directory. Here is the howto for the command line geek, w ...
分类:
其他好文 时间:
2018-02-20 11:18:47
阅读次数:
192