GitFS icon indicating copy to clipboard operation
GitFS copied to clipboard

A FUSE filesystem that stores data on Git

GitFS

A FUSE based filesystem for using Git(Hub) as a storage.

Usage

To mount already existing git repo, run

python gitfs.py [email protected]:<username>/<repo> <branch> <local_repo_dir> <mount_point>

To unmount use

fusermount -u <mount_point>

Licensed under FreeBSD license