Cloning a Git Repository

Let's begin by cloning the Git repository for this course with ADS.

Introduction

Source Control is an indispensable capability when creating software and can potentially save you a lot of time in the event you lose some of your carefully written scripts. Unfortunately, Source Control systems often interfere in the development process, creating cryptic fails where it seems only a mystic can help. With Microsoft’s acquisition of GitHub and its seamless integration with Git in ADS, Source Control is now very friendly, highly functional, and delivers on the promise of protecting your codebase.

We’ll demonstrate its capabilities with a very practical exercise, which involves cloning this course’s source code to a local repository.

Cloning this course’s repository

In this example, we are going to use ADS and Git to clone this course’s repository, which is in GitHub. To get started with Git, click on the Source Control icon on the Activity Bar, as shown in the figure below:

Get hands-on with 1200+ tech skills courses.