I want to clone a GIT repo and NOT end up with a .git directory. In other words I just want the files. Is there a way to do this?
.git
git clone --no-chec
It sounds like you just want a copy of the source code. If so why not just copy the directory and exclude the .git directory from the copy?