Main reference:
https://swcarpentry.github.io/git-novice/
These slides:
https://slides.com/arnauqb/git
Even if you don't work on a team, git is extremely useful!
ssh-keygen -t ed25519 -C "your_email@example.com"
cat .ssh/id_ed25519.pub
Copy ssh PUBLIC key to GitHub
By arnauqb