TecAdmin published a tutorial about creating a Git repository into a specific folder.
How to Clone a Git Repository Into a Specific Folder
The process of git repository cloning is initiated on a daily basis in the DevOps world. But, if you simply issue a git clone command, the cloning process will create a new directory for the repository. In this tutorial, we will help you learn how to clone a git repository into a specific folder.