Skip to content

Miniwoffer/gitfuse-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install cargo with your distro's package manager or Use rustup

curl https://sh.rustup.rs -sSf | sh

Install git and fuse

Navigate git_fue_rs dir and run

cargo build

And navigate to target/build/debug/

./gitfuse-rs [args]

USAGE

gitfuse-rs 0.1.0

USAGE:
    gitfuse-rs [OPTIONS] --mount_point <PATH> --git_path <PATH>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -t, --tag <STRING>          What tag the filesystem should start at eks: "HEAD","v1.0"
    -m, --mount_point <PATH>    The path to where the filesystem will mount
    -g, --git_path <PATH>       Path to git repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages