modulepackage
0.0.0-20241112211927-722ab7c32b34
Repository: https://github.com/csutorasa/git-fuse.git
Documentation: pkg.go.dev
# README
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
# Functions
No description provided by the author