Y
Hacker News
new
|
ask
|
show
|
jobs
by
transfire
3590 days ago
The generated code is going to be "committed" somewhere, so I am not sure this is much of a down side. I suppose one might worry about storing too much history. Is there a way to pair down history for everything in docs/ ?
1 comments
aorth
3590 days ago
Slightly related, I push my site's generated code from the `public` directory of my repo directly to the `gh-pages` branch using git's subtree push:
$ git subtree push --prefix=public origin gh-pages
link