8 ms·
Why put the executable in source control without the actual source text files?
by 0x400614 11y ago
Why put the executable in source control without the actual source text files?
- lubos 11y agoOr why put output binaries to source control at all? Who is going to ever clone that? Github has "releases" feature for that which the project seems to be using too (https://github.com/bmatzelle/gow/releases https://github.com/bmatzelle/gow/releases)
- 0x400614 11y agoYou've expanded my point, which made me reflect on how I communicate. In my mind I did mean what you said, "binaries to source control at _all_"