Example: Git Repository abc.git contains tracked files abc-home.txt and abc-artifact.img
When I do git clone I get the files and git creates a .git directory with the meta information. Can I ask git to give me just the files without the meta information?
clarification Edit: I'm pulling from a remote bare repo.