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 …
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 …
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.
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 …
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.