Tutorial
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.
Creating and Adding your SSH Key (Windows, Mac and Linux)
Posted on
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.
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!
Git Status
Posted on
Git status is probably the most used command in git. You'll need to use it over and over again, every day. Let's get comfortable with it.