Skip to content

PlayingPeano/GitFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors