This is an command line application which parses a git repository and creates a readonly filesystem with its content.
The filesystem is created with FUSE and with the cross-platform cgofuse library.
For supported FUSE implementations check the cgofuse documentation.
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