da_peda@lemmings.world to Programmer Humor@lemmy.mlEnglish · 1 month agoHow it started vs. How it's goingplus-squarelemmings.worldexternal-linkmessage-square193fedilinkarrow-up11.4Karrow-down14
arrow-up11.4Karrow-down1external-linkHow it started vs. How it's goingplus-squarelemmings.worldda_peda@lemmings.world to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square193fedilink
minus-squareda_peda@lemmings.worldtoLinux@lemmy.ml•rm'd a project that was months in the making a few days before launch... What to do if you kill the wrong file without a backuplinkfedilinkEnglisharrow-up10·2 months agoA lot harder to rm a whole directory vs a single file. And even then you can git init --bare a “remote” directory on the local machine that you push to to have a backup copy. linkfedilink
minus-squareda_peda@lemmings.worldtoLinux@lemmy.ml•rm'd a project that was months in the making a few days before launch... What to do if you kill the wrong file without a backuplinkfedilinkarrow-up20·2 months agogit init . git doesn’t need Github, Gitlab, or even a server. It’s designed to allow devs to cooperate via patches and PRs sent by email. linkfedilink
A lot harder to
rm
a whole directory vs a single file. And even then you cangit init --bare
a “remote” directory on the local machine that you push to to have a backup copy.