Is there a flag to pass to git when doing a clone, say don\'t clone the .git directory? If not, how about a flag to delete the .git di
git
.git
You can always do
git clone git://repo.org/fossproject.git && rm -rf fossproject/.git