Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Using source control is a requirement for nearly every software project you start or contribute to. Creating backup folders, versioned zip files, or saving code in your cloud storage is not an option anymore. If you need to undo a single change, figure out what the code looked like a year ago, or see who changed which line of code in a specific file, source control will take care of this for you. GitHub is integrated directly into Visual Studio and is one of the easiest source control systems to set up and start running from day one. These lessons will serve as an introduction to GitHub and will explore the essential GitHub functions, including commit, fetch, pull, push, and sync.
In these lessons on Source Control with GitHub, you will learn how to set up a GitHub account and the benefits of connecting to GitHub through Visual Studio. We will also create and clone repositories and use the essential GitHub functions.
These lessons serve as an introduction to GitHub and explore the essential GitHub functions, including commit, fetch, pull, push, and sync. You will learn how to set up a GitHub account, the benefits of connecting to GitHub through Visual Studio, and how to create and clone repositories.
Source control is a requirement for nearly every software project you start or contribute to. It lets you undo a single change, figure out what the code looked like a year ago, or see who changed which line of code in a specific file.
GitHub is integrated directly into Visual Studio and is one of the easiest source control systems to set up and start running from day one.
The lessons cover setting up GitHub and connecting it with Visual Studio, creating and cloning a GitHub repository, and the essential GitHub functions (commit, fetch, pull, push, sync).
The course builds skills in Git (Version Control System), GitHub, Microsoft Visual Studio, Version Control, Visual Studio Online, and Visual Studio Extensibility.