The example I think a lot of people asking this question are after is this. If you are in the directory you want the contents of the git repository dumped to, run:
git clone git@github.com:whatever .
The "." at the end specifies the current folder as the checkout folder.