I have a git repository in a remote repository named site.git
. I want to create a local repository in a subdirectory site/www/
. When I simply clone the repository to the www
directory, I get site/www/site
.
How can I set up my local repository without the extra directory?