Skip to content

hanwen/gitfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple git filesystem.

Usage:

	gitfs $MOUNT &
	cd $MOUNT/config

	# Create $MOUNT/repo at commit master
	ln -s /home/$USER/myrepo:master repo

	# Create $MOUNT/subdir/repo at commit master^^
	mkdir subdir
	ln -s /home/$USER/myrepo:master^^ subdir/repo

	cd $MOUNT/repo

	# Create a transient symlink to store compile outputs.
	ln -s /tmp/build-products  out


DISCLAIMER

This is not an official Google product.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages