Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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.
一种选择是使用 gitfs 挂载存储库。有没有更好的选择?是否有理由避免这种情况并让用户每次都克隆?