Y
Hacker News
new
|
ask
|
show
|
jobs
by
archagon
4734 days ago
Extra-awesome if we could include a snapshot of the source code without the git repo or commits.
1 comments
zphds
4734 days ago
git archive HEAD --format=zip > release_v1.zip
And then ship the code.
link