Hacker News new | ask | show | jobs
by idrios 1285 days ago
You'd be extremely foolish for your github or gitlab code to not be backed up on any devices you own
2 comments

One of the best features of git that every cloned repo is a full copy. Now having a separate backup of the golden repo itself is also a good idea, but if shit hits the proverbial fan you at least have the full history up to your latest git fetch on your laptop.
git remote update