Skip to content

Git repository state to filesystem

License

Notifications You must be signed in to change notification settings

csutorasa/git-fuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-fuse

This is an command line application which parses a git repository and creates a readonly filesystem with its content.

Filesystem

The filesystem is created with FUSE and with the cross-platform cgofuse library.

For supported FUSE implementations check the cgofuse documentation.

Usage

git-fuse /path/to/git/repository commitlike mountpoint [FUSE paramters]

Example:

.\git-fuse C:\test master Z:
./git-fuse /home/user/test master /mnt/test