Tutorial
Learn how to undelete a file with Git. It's the perfect backup tool for your code!
Unstaging a File
Posted on
Before you make a commit, you need to stage a file. Sometimes we accidentally stage a file we aren't ready to commit. In this video we'll learn how to unstage a file.
How to clone a GitHub repository
Posted on
Learn how to copy a GitHub project to your computer with the git clone command
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.
How to push code to a GitHub repository
Posted on
Learn how to move, or "upload", code from your computer to your new GitHub repository.