Skip main navigation

Git tags overview

In this video, you’ll explore an overview of Git tags. You will learn that a Git tag is a static text pointer to a specific commit.

Forking repositories

In this video, you’ll explore how to create a fork of the pull-requests repository. You will learn that you will have full access to the settings tab, where you can …

Creating a new repository in GitHub

In this video, you’ll explore Pull requests during the creation of new repositories. You will learn more about: how to create a new repository cloning this repository opening up the …

Merge or Pull request?

In this video, you’ll explore why Merge requests and Pull requests are not the same thing. You will learn that if you and other developers are working on the same …

Why is it called a Pull request?

In this video, you’ll explore why a Pull request is named as such. You will learn that developers communicate with each other and ask each other to pull updates from …

What is a Pull request?

In this video, you’ll be introduced to Pull requests. You will learn that a Pull request is a proposal of potential changes suggested by other developers. These potential changes could …