How to Install Github Desktop and Clone a Repository

In this article, we will explain how to install Github Desktop on Windows and clone a repository. This tool will be extremely helpful for teams aiming, among other things, to accelerate desktop application testing.

Note that if you want to use Github Desktop, you need to have Git installed first. You can learn how to do it in our video.

#1 Step

  • Open Google and search for github desktop.
  • Go to the website with the Github distribution kit. You can find the link in the description.
  • Click on the Download for Windows button. The downloading will start automatically, and the file will be saved in the specified folder.
  • After that, go to the folder with the downloaded file and run it.
  • The installation will be automatic.
  • Now, let’s try to clone the repository from Github.
  • In the Github Desktop window, click on the Clone a repository from the Internet.

#2 Step

  • You can log in to your Github account via the popup window Clone a repository and easily use your own repositories.
  • In case you need to download some other repository, go to the URL tab.

#3 Step

  • Now, you need to paste a link to the repository.
  • Let’s use our repository as an example. You can find the link to it in the description.
  • The repository is also available through the search functionality on the GitHub website. Just type QA-Madness in the search bar and press Enter. Select Users in the menu on the results page. You will see QA Madness. Click on it to open the account. You can also subscribe to our page using the Follow button.
  • Click on the Repositories tab on the account page.
  • Select TestProject from the list of repositories.
  • Click on the Code button on the repository page. You will see the link to the repository in the drop-down box. Click to copy it.

#4 Step

  • Now, go back to the Github Desktop window.
  • Paste the copied link in the URL or username/repository bar.
  • Select the folder for the download.
  • Click on the Clone.

  • After this, you can then open the folder with the downloaded repository and make sure it is there.

Inna Feshchuk

Recent Posts

Testing iOS Apps? Try These 11 Tools for Mobile QA

The saturated mobile app market makes businesses constantly reimagine the definition of quality. This never-ending…

10 months ago

Test Automation with Java: Why It’s Worth the Effort & How to Do It

Over half of the software companies use test automation. And almost all testing pros rely…

11 months ago

The One Swagger API Walk-Through to Answer All Your Questions

Imagine studying a language without dictionaries or manuals. Could you learn what each word means…

12 months ago

16 Interactive Platforms to Practice Your Software Testing Skills

For QA engineers, learning is a never-ending journey. While you can always expand and refresh…

1 year ago

How to Create Functional Tests with Extensive Coverage

Everyone can write decent functional test cases. Writing documentation for functional testing services that have…

1 year ago

How to Write Automation Scripts. The Basics AQA Engineers Should Know

Automation is now a priority. Nearly all QA specialists write automation scripts for their projects.…

1 year ago