Key Ideas
1Installing Git. Git must be installed on your computer before you can use it. The installation process varies slightly by operating system but takes about 5 minutes on any platform.
2Configuring Your Identity. Before making your first commit, you must tell Git who you are. This information is attached to every commit you make — it's how collaborators know who made which chan...
3Creating a GitHub Account. GitHub is where you'll store your repositories online, collaborate with others, and build your public developer portfolio.
4Setting Up SSH Keys. SSH keys let you push to GitHub without typing your password every time. It's a public/private key pair — GitHub stores the public key, you keep the private key.
5Verify Your Full Setup. Run through this checklist to confirm everything is working before moving to the next lesson: