How do you clone a Git repository into a specific folder?
Option A: Ergo, for right here use: Option B: Move the .git folder, too. Note that the .git folder is hidden in most graphical file explorers, so be sure to show hidden files. The first line grabs all normal files, the second line grabs dot-files. It is also possibe to do it in one line … Read more