There is no exact svn export equivalent command for git? Really?
svn export
Beware: this is not a duplicate question. That is, I already know and have
Just get rid of the repository within the working copy.
git clone remote rm -Rf .git
(On Windows, it's rd /s /q. Thanks for the hint by @Bruno.)
rd /s /q