Skip to content

Latest commit

 

History

History
 
 

2-github

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Accessing Code in the Cloud with GitHub

In this lesson, we’ll go over the basics of Git and GitHub by experimenting with the remote repository that this guide is hosted on. Remember, the remote repository is a copy of the code that lives in the cloud, so we need to make a clone on each device we are using for development. This allows for synchronization of your code across all your machines, and the functionality is seamlessly built into Visual Studio.

Cloning a Repo

Let’s start by opening a new tab in your web browser and navigating to the main page of this repository. Now click the green Code drop down button on the Code tab and copy the repository URL. Clone from GitHub

Open Visual Studio and select the Clone a repository option under the Get started section. Paste the repository URL to the Repository location text box and click the clone button.

Get Started - Clone a repository Clone a repository

🚨 Challenge 1

Time for your first challenge!

Challenge Duration What you will learn More information
Clone this repo to your local machine with Visual Studio 3 min How to clone a repo in Visual Studio Clone a repo in Visual Studio

How’d it Go?

Congratulations! You have successfully cloned this open-source project. Please take this quick survey to give use your thoughts on this lesson & challenge!

What's Next?

Check out more open-source projects on GitHub: