Skip to content

semk/GitFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitFS

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

Usage

To mount already existing git repo, run

python gitfs.py git@github.com:<username>/<repo> <branch> <local_repo_dir> <mount_point>

To unmount use

fusermount -u <mount_point>

Licensed under FreeBSD license

Releases

No releases published

Packages

No packages published

Languages