Clone a repo to a specific folder
Planted on
git clone git@github.com:whatever folder-name
Or if you want to clone it to the folder you’re are at:
git clone git@github.com:whatever .
ps: looking back at this note from 2015, it looks simple. I think it was one of my first TIL haha