Tutorial
Your SSH key will let you bypass repetitively typing your username and password (and yes, it's SAFE!). Learn how to add your SSH key to GitHub in this video.
This is part of the larger Git Essentials course which you can find in three places:
Installing Git on MacOS and Linux
Posted on
Learn how to install Git on your Mac and Linux computers
Installing Git on Windows
Posted on
Learn how to install Git on your Windows computer.
How to create a GitHub repository from scratch
Posted on
Learn how to create a GitHub repository from scratch and connect it to your computer.
Configuring Git
Posted on
Before you can make larger changes using Git, you need to configure you Git program. Typically this is done via the command line — let's learn how!