By default, cloning a GitHub repository using the “git clone” command will put the files into a new folder with the same name as the repository. As you can imagine, there is probably situations where you would want to clone the repo into a different location. To achieve this, simply modify the command like so:… Continue reading Easily clone GitHub repository to different folder