


Clone a Git repository into a specific folder However, you can choose to clone your Git repository into a different folder. Receiving objects: 100% (813/813), 3.66 MiB | 5.52 MiB/s, done.Īs you can see, by default, Git is going to clone your Git repository into a folder named by the name of project. Remote: Total 813 (delta 0), reused 0 (delta 0), pack-reused 813 $ git clone įor example, let’s say that you want to clone a public repository from Github, you are going to execute the following command $ git clone To clone a git repository, use the “git clone” command with the URL of your Git repository. If Git is correctly installed, you are ready to start cloning your first Git repository. To check if Git is correctly installed on Windows or on Linux, you need to execute the following command $ git -version

In order to clone a git repository, you obviously need to have Git installed on your computer. Store your password using git credentials.Clone a Git repository into a specific folder.
