Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 310 Bytes

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