Hacker News new | ask | show | jobs
by jewel 4562 days ago
I believe GP was saying two separate things. First of all, it's unusual to commit binaries to source control, because they can't be merged, etc. Second of all, he personally isn't comfortable with binaries and would rather compile from source.

It'd be more traditional to release binaries separately, maybe using the following: https://github.com/blog/1547-release-your-software

2 comments

Ah, I'd missed that update. Thanks! I prefer this to the current workflow.
Indeed, thanks for clarifying. The linked post sounds like a good workflow.