From the course: Complete Guide to Git
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Make and review file edits - Git Tutorial
From the course: Complete Guide to Git
Make and review file edits
- [Person] In this movie, we will start making edits to our project so we can get a feel for what real-world edits might be like. We'll begin by making two edits. Let's look at the website in a browser and let's scroll all the way to the bottom. You'll notice that every page has a copyright notice at the bottom. That's that C inside a circle, that's the copyright symbol, and then, it says, "Big Star Collectibles." This fictional company, Big Star Collectibles, is incorporated in the United States, so the copyright notice should include the abbreviation "Inc." after the name to make that clear, so that will be our first edit. Let's open the project files in our text editor, I can just drag this directory on top of Visual Studio Code, and then, the whole project will be open and I can see all the files right here. Now, we could make these edits by opening up each of these files, and then, scrolling down until we find the copyright that's at the bottom, but most experienced web…
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.