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
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
-
-
-
-
-
-
-
-
(Locked)
Ignoring files3m 11s
-
(Locked)
The .git folder1m 54s
-
(Locked)
Create a branch in your repository3m 34s
-
(Locked)
Create and merge a pull request2m 57s
-
(Locked)
Git commit messages3m 46s
-
(Locked)
Solving a merge conflict4m 15s
-
(Locked)
Challenge: Create a branch and a pull request43s
-
(Locked)
Solution: Create a branch and a pull request1m 34s
-
(Locked)
-