Installare Git for Windows

Installing Git for Windows

Anyone who has to do with GitHub, in the cloning of the various repositories, will absolutely have to use Git. As for Linux, the installation is simpler, almost integrated with the operating system, given that Git is an application developed by Linus Torvalds in 2005, the same creator of Linux. But for those who own Windows? Well, there is a particular version of this application, called Git for Windows. In this article we will see how to install it.

How to clone a repository on GitHub

How to clone a repository from GitHub

If you have a repository on GitHub, this can be considered as a remote repository. In order to work on it and develop new versions, it will be necessary to “clone” this repository in a directory on your computer, creating a local copy of all the files. So you will have a local repository. Once this copy has been made, the two locations will be synchronized with each other.