GitFS Mount remote Git repositories as filesystem with lazy loading. Build make Usage ./gitfs <remote-url> <mountpoint> [-f] Example: ./gitfs https://github.com/mit-pdos/xv6-riscv.git /tmp/mnt -f Requirements libgit2 fuse3 git Unmount fusermount -u /tmp/mnt