da_peda@lemmings.world to Programmer Humor@lemmy.mlEnglish · 1 month agoHow it started vs. How it's goingplus-squarelemmings.worldimagemessage-square118fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageHow it started vs. How it's goingplus-squarelemmings.worldda_peda@lemmings.world to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square118fedilink
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-up0·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-up0·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.