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 [email protected]:whatever .
The "." at the end specifies the current folder as the checkout folder.