Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. How to use Git
  6. How to use Git on Windows
  7. Copy a remote repository
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Copy a remote repository

For this step in our tutorial, imagine you’re another team member and want to clone the remote repository we created and pushed to in the previous steps onto another directory so that you can work on it on your local machine. We’ll call this directory tutorial2.

Double-click anywhere on the desktop and click “Git Clone” in the right-click menu.

Click Git Clone

Enter the URL of the remote repository you want to clone and the directory's name, then click “OK.”

Enter the URL of the remote repository, then click OK

Cloning will begin on the next screen. When complete, click “Close” to finish.

Clone succeeded

You’ve now created the directory tutorial2.

Directory tutorial2 was created

To verify that Git executed the cloning successfully, look for the following line within the sample.txt file of the newly cloned directory tutorial2:

Anyone can learn Git with this tutorial and Backlog

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life