有没有正确的方法来嵌套git回购?

时间:2015-11-24 17:55:27

标签: git github version-control gruntjs gulp

我管理一些使用sass / scss的gulp / grunt网站。我总是使用src文件和其他非“前端”文件为项目文件夹设置一个git repo。我一直在寻找一种方法在主回购中有一个单独的“dist”回购。例如:

- Project Folder (main git repo)
--.bowerrc
--bower.json
--gulp.js
:
:
--Dist folder (dist repo)
----index.html
----CSS
----IMG
:
:
--other folder etc..

我对git有中级经验,看起来这可以用分支完成。

我的目标是在gh-pages分支中设置“list repo / branch”文件以进行临时托管。

1 个答案:

答案 0 :(得分:0)

不要为build / dist文件创建嵌套的repos。从源头自动发布:

创建一个脚本,用于构建(缩小,捆绑等)项目,然后将结果推送到Github上的gh-pages分支。