Re: [問題] Octopress on github

看板Ruby作者 (阿翔)時間12年前 (2012/02/03 11:10), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串2/2 (看更多)
建立及發佈到github rake generate rake deploy 檔案發布後我對工作目錄 git status 查詢 發現工作目錄有變更新增檔案,尚未完成 git add & git commit 一般不是要在local中把檔案先完成 add & commit 才可以上傳到github 但是 rake generate & rake deploy 卻能直接能把上傳到github? 附錄: http://lyhdev.com/note:octopress 參考資料 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 112.104.170.13

02/03 10:19,
因為rake 幫你add, commit 和push了
02/03 10:19

02/03 10:21,
但是作用範圍只限public 你看到的是在source/_posts/裡
02/03 10:21
sorry, github page 的話是_deploy

02/03 10:33,
rake generate 這指令會產生出 source 及 sass
02/03 10:33

02/03 10:33,
我查看git status 也是顯示出這兩個資料夾是新增
02/03 10:33

02/03 10:34,
請問您的說作用範圍只限public是指octopress裡面資料夾?
02/03 10:34

02/03 10:36,
public資料夾不需要add,commit 還是能上傳到github意思嗎?
02/03 10:36

02/03 10:36,
如果是這樣他是在.git 特別設定對於public可以這樣處理?
02/03 10:36
簡單來說rake deploy 就等於以下指令 rm -rf _deploy/* cp public/* _deploy cd _deploy git add . git add -u git commit -m "Site update at TIME" git push github master --force 少打這麼多字,rake 果然棒 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.128.223.100

02/03 11:12, , 1F
OK~感謝
02/03 11:12, 1F
※ 編輯: johnlinvc 來自: 220.128.223.100 (02/03 11:13)

02/03 13:01, , 2F
不是 master 是 gh-pages
02/03 13:01, 2F
文章代碼(AID): #1FAr0P1r (Ruby)
文章代碼(AID): #1FAr0P1r (Ruby)