How to use git to clone a remote repository?
Now the actual repository files should be in your Folder. A successfull output looks like this:
Cloning into 'example'...
remote: Enumerating objects: 30, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 46 (delta 5), reused 10 (delta 0), pack-reused 16
Unpacking objects: 100% (46/46), 125.76 KiB | 1.38 MiB/s, done.