Skip main navigation

Remote branches

In this video, you’ll explore remote branches. You will learn how to: create new branch on the local repository push the branch to the remote repository see other collaborators fetching …

Forking repositories

In this video, you’ll explore forking repositories. You will learn how to: create a fork of the repository to contribute to create changes on the forked repository keep the fork …

What is the terminal?

In this video, you’ll explore the terminal. You will learn more about: why we use the terminal what the terminal can do how to handle falsey expressions.

Cloning repositories

In this video, you’ll explore cloning repositories. You will learn how to: get the URL of the repository you want to clone clone it to your local machine start working …

What is a branch?

In this video, you’ll explore branches and how they work in Git. You will learn more about: how branches are represented by Git why branches are useful.

What is version control?

In this video, you’ll explore version control. You will learn more about: what it is why it’s useful what the benefits of using it, are.