Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Creating a New Branch Remotely | Basic Interaction with Remotes
GitHub Fundamentals

bookCreating a New Branch Remotely

Let's now simulate another common scenario where our colleague creates a new branch for developing a new feature, testing purposes, etc. We'll use another TXT file, which will be committed to our newly created branch:

Let's say our imaginary colleague's name is John and he is currently testing the authentication service used in our app. Using the GitHub interface, we will now create a new branch named john/test and switch to it:

Now, you have to make sure that you are on the john/test branch, and then you can upload the authentication.txt file directly to the repository in the same way as we showed in the previous chapter.

question mark

In a collaborative project, what is the purpose of creating a new branch like john/test before uploading a file such as authentication.txt?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 5

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

bookCreating a New Branch Remotely

Let's now simulate another common scenario where our colleague creates a new branch for developing a new feature, testing purposes, etc. We'll use another TXT file, which will be committed to our newly created branch:

Let's say our imaginary colleague's name is John and he is currently testing the authentication service used in our app. Using the GitHub interface, we will now create a new branch named john/test and switch to it:

Now, you have to make sure that you are on the john/test branch, and then you can upload the authentication.txt file directly to the repository in the same way as we showed in the previous chapter.

question mark

In a collaborative project, what is the purpose of creating a new branch like john/test before uploading a file such as authentication.txt?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 5
some-alt