Tutorial
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!
To configure git on the command line, you'll need to run these commands just once. Don't forget to swap out "Your Name" and "youremail@domain.com" for your own name and email address.
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.
Installing Git on Windows
Posted on
Learn how to install Git on your Windows computer.
Installing Git on MacOS and Linux
Posted on
Learn how to install Git on your Mac and Linux computers
Why learn Git from the Command line?
Posted on