FUSE 文件系统:gitfs
jopen
10年前
gitfs是一个能够完全与git集成使用的 FUSE 文件系统。你可以安装一个远程仓库的分支在本地,所有在文件中所做的任何更改都将会自动提交到远程。
特性
- Automatically commits changes: create, delete, update files and their metadata
- Browse through working index and commit history
- Merges with upstream by automatically accepting local changes
- Mounts the file system as a user or a group
- Caching commits reduces the memory footprint and speeds up navigation
- Reduces the number of commits by grouping pushes