Hacker News new | ask | show | jobs
by mgr86 819 days ago
Do you just push to another remote that you host locally, or are you capturing other github items too? Like, for example, Issues and PR reviews/discussions?
1 comments

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).
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.