From the course: Programming Foundations: Version Control with Git (2020)

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Solution: Putting it all together

Solution: Putting it all together

From the course: Programming Foundations: Version Control with Git (2020)

Start my 1-month free trial

Solution: Putting it all together

(bright electronic music) - [Instructor] Let's take a moment to pat yourself on the back. You made it through the final challenge. Now let's go through the solution together. Step one, create a new feature branch. I'll start by selecting the branch button. I'll name it my new feature. I'll leave the default options to create the branch from the master branch and to switch over to this new branch right after I create it. Select create branch to complete this step. Step two, make a change. I'm going to make a very basic update. I just need some kind of modification so I can make a commit. I'm just going to put a little note at the top of my CSS file. (keyboard clicking) Then I'll go over to the file status area in Sourcetree. I'm going to move my main .CSS file to the staging area and then commit it. (keyboard clicking) Make sure to add your commit message at the bottom of the screen. I'm going to uncheck this…

Contents