From the course: Version Control for Everyone

Unlock the full course today

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

Doing a piece of work

Doing a piece of work - GitHub Tutorial

From the course: Version Control for Everyone

Start my 1-month free trial

Doing a piece of work

- [Instructor] We've seen how to create projects but now we're going to do a little piece of work. In this video, we're going to to keep it super simple just to see how it works mechanically, just make one commit and then we'll get into actual workflows a little later. So first, I'm going to open up a repository and in my exercise files I'm going to open up the small project. I can see I have my initial commit here and nothing further has changed with this project. Next, I'm going to open my-first-file.txt in my editor, which in this case will be Visual Studio Code. Okay, I have this open. Let's take a look at a coupla small things that might look a little different with my setup versus yours. If I open up the preferences, here's my settings browser. One thing is that I've moved the sidebar location from the default of the left over to the right side because I find it reduces the flickering in the interface when I see…

Contents