- 1 Post
- 3 Comments
Joined 6 months ago
Cake day: October 23rd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
da_peda@lemmings.worldto Linux@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 backup20·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.
Fashist
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.