From the course: Complete Guide to Git
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Challenge: Track down problems - Git Tutorial
From the course: Complete Guide to Git
Challenge: Track down problems
(upbeat music) - [Instructor] It's time for another challenge assignment. In this challenge, I want you to track down a problem using the techniques that we've learned in this chapter. In the main branch in the file index.html, which is our homepage at or around line 314, there's some text that says, also known as cloud master. Originally, that said AKA. And so the question that you want to answer is, which commit changed AKA to also known as? Now, this isn't really a problem or a bug per se, but it's a stand in for one. Let's imagine perhaps that your manager or someone else is interested in finding out at what point did this change get made, who made it, and why? I want you to try to find that answer three different ways. First, try to find it using the Blame tool. Then after you've done that, try to find it using Bisect and for Bisect, use the entire history of commits. We don't have a lot of commits. A real project would have hundreds or even thousands of commits. We have a very…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.