Skip to content

leonchen/gitfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitfs

fast git data fetcher

Usage for bin/gitfs:

  1. get sha

    DEBUG=true gitfs sha (HEAD|<branch>|<tag>)

  2. list tree

    gitfs ls <sha> .

    gitfs ls <sha> dir

    gitfs ls <sha> dir/**/*.format

  3. read blob

    gitfs read <sha> file

    gitfs read <sha> dir/file

    gitfs read <sha> dir/**/file

  4. raw

    gitfs raw "<git command>"

About

fast git data fetcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published