From the course: Visual Studio: Source Control with Git and GitHub

Unlock the full course today

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

File operations: VS

File operations: VS - Visual Studio Tutorial

From the course: Visual Studio: Source Control with Git and GitHub

Start my 1-month free trial

File operations: VS

- [Instructor] We'll preform those same file operations in Visual Studio. I'll start by renaming country list. And you'll notice there's a plus symbol next to this, and I get a tool tip that says this is a pending add. Now I'll add a folder called images. And move these two files in to the images folder. And I see that plus symbol next to those. That's also a pending add. And I don't have those Office files in here, so I'll have to choose another file to delete. And I'll choose this one; delete that. And now, you'll notice I've got this change up here in Visual Studio, this project file. So I'll need to save that. And then let's see what we can do for checking this in or committing the files. Choose commit, and here's what we see. A listing of all the changes, so you get a visual representation that we've added this images folder. We moved these two files into that folder. There's an add message at the end. And…

Contents