From the course: Programming Foundations: Version Control with Git

Unlock the full course today

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

Challenge: Putting it all together

Challenge: Putting it all together

From the course: Programming Foundations: Version Control with Git

Start my 1-month free trial

Challenge: Putting it all together

(upbeat music) - [Instructor] It's time for another challenge. In this chapter we've gone over ways to achieve the same tests we initially used the command line for, but with SourceTree. In this challenge, we'll do more of that. But we'll also get in some practice working with branches. We can continue to use the personal site project for this challenge. Here's what we're going to do. Step one, create a new feature branch. It can be named anything. We just want to practice working with the branching workflow. Step two, make a change to a file in the feature branch. Any type of change. Then add and commit it to the local branch repo. Then merge the feature branch to the master branch and push the commit to the remote repo. And finally, delete the local feature branch. When you're ready, join me in the next video for the solution.

Contents