Hacker News new | ask | show | jobs
by giantg2 819 days ago
I'm just capturing the code at a specific working version on external media. I'm not concerned about history and discussions since they are all small solo projects with low user bases (I suck).
1 comments

Wait... You do realise the entire point of git is to store versions? You just git clone and you have everything.
Yeah, I don't want all the history and stuff. I also don't want any sort of upstream connection from it. I just want the code. A snapshot of a working repo with no connections or dependencies to anything.
Yeah, that's literally what a git clone is.