From the course: Git Essential Training

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Challenge: Create a branch and a pull request

Challenge: Create a branch and a pull request

From the course: Git Essential Training

Challenge: Create a branch and a pull request

(bright techno music) - All right, time for a challenge. We've talked about branches in Git, and now it's your turn to create one yourself. The goal, you're going to create a new branch, add a file, and then merge it back into the main branch with a pull request. Let's go. Open our repository and create a branch. In the branch, change the status.md file by adding your favorite joke. When you're done, commit and push the changes. After that, open github.com and create a pull request. Do a final review of the code and merge it into the main branch. Let's go.

Contents