1
linjunpop 2012-05-05 08:33:17 +08:00
$ cd /path/to/fancypants
$ git symbolic-ref HEAD refs/heads/gh-pages $ rm .git/index $ git clean -fdx 这样会创建一个 root branch,只是一个 branch 而已,其他操作和 branch 一样。 |
2
tuoxie007 2012-05-05 08:36:01 +08:00
checkout不行么?
|
3
bravluna OP @linjunpop 这样新建了 gp-pages 的 root branch,用 git branch 命令并不能列出,而且以后如何快速切换到 gp-pages?难道每次都输入4行?
|
4
bravluna OP 在新建的 gp-pages 上提交一次,分支才建立起来。
|