gitfs

command module
v0.0.0-...-6d024e5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2016 License: BSD-3-Clause Imports: 9 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL