Is there git command to copy files from a GitHub repository, basically a git clone but without the .git folder?
I have some Flutter packages, each in their own GitHub repositories, that I share between projects, so I just want to add the package to my project, not the package repository.
At the moment i just do a git clone to my projects package folder, and delete the .git folder, not really a big problem, but surely there must be better way?