How to maintain a git branch as a directory which is always up-to-date?

78 views Asked by At

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?

0

There are 0 answers