Git & GitHub
Setup
First, if you don’t have a GitHub account already, go and sign up for a (free) GitHub account.
Then, double-check that you have installed git as part of the setup instructions. Open up a terminal and type:
git --version
and you should get something like:
git version 2.34.0
It doesn’t much matter if the version number isn’t identical to the one above.
Tutorials / Intros
- about GitHub and Git by GitHub docs
- git-novice by software carpentry
- hello world by GitHub docs
- Git Cheat Sheet by GitHub Education
- Git project page