

20·
6 days 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.
git 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.