GitFS是一个使用Python写的软件,它允许你使用本地的缓存来实现git的断线存储服务。软件的设计目标并不是让你能节省空间,设计的目标是让你在连接断开的时候仍然希望能够在多个设备之间保持同步。
官方介绍如下:
AFUSEbasedfilesystemforusingGitasadisconnectedstorageserverwithlocalcache. Thisisnotdesignedtosavespaceonthelocalserver. Itisdesignedtoallowdisconnectoperationandstillhaveahopeofkeepingfilesinsyncacrossmanydevices. Therearelikelybetterwaystodothis.
评论