作者yshihyu (yshihyu)
看板Python
标题[问题] ghp-import 发布到github
时间Fri Oct 23 23:38:03 2015
想请问一下怎麽用 ghp-import 把html发布到 github 的 gh-pages branch?
ghp-import output -b master -p // 我command 这样下没有把 output 资料上传到github
应该要怎麽要用 ghp-import 开一条 gh-pages branch 把资料上传上去
我 output 底下有一个 C_Function_Manual.htm , 两各资料夹分别是 css , js
C_Function_Manual.htm css js
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 175.182.192.100
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Python/M.1445614687.A.184.html
※ 编辑: yshihyu (175.182.192.100), 10/24/2015 00:26:12
1F:→ ccwang002: -b master 是传到 origin/master branch 上喔 10/24 00:31
2F:→ ccwang002: 要确认 git remote 有设 origin 在 Github 10/24 00:31
3F:→ ccwang002: 基本只要 ghp-import -p ./output 就可以 10/24 00:32