I have a git repository, and I would like other users to be able to read (only) any file of the master branch without having to run git clone.
One option is to mount the repository with gitfs. Is there any better option? Is there a reason to avoid this and make users clone every time?