How do you clone a git repository into a specific folder? - Stack Overflow
Executing the command git clone git@github.com:whatever creates a directory in my current folder named whatever, and drops the contents of the git repo into that folder: /httpdocs ......