From the course: Learning GitHub

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

The first commit

The first commit - GitHub Tutorial

From the course: Learning GitHub

The first commit

- [Instructor] Now we have our new branch and we are ready to make some changes to our files in the repository. If you want to open the repository from the command line and your have your Studio Code installed in your machine, you can launch code dot. If you don't have Visual Studio Code installed, you can navigate to the URL code.visualstudio.com and download it. Or you can open your favorite text editor on your machine and open the README file manually. Now you can start to make some changes to the file, adding new line of text, for instance, and then you can close the editor. In this case, we can add a description like, "this is a description for the Readme file", okay? And then we can close our editor. From the command line, you can launch the command ls for retrieving the list or the files in the folder. And as you can see, Oh My Posh changes the color of your branch name to notice you that something is changed inside the folder. We are ready to commit our first changes to the…

Contents