Documentation ¶
Index ¶
- func Add(filename string) error
- func AddAndCommit(filename, msg string) (string, error)
- func AddAndCommitData(path, msg string) (string, error)
- func AddData(path string) (changes bool, repositoryLocation string, err error)
- func GetHead(hostpath string) (string, error)
- func PrintDiff(path, id string) (string, error)
- func Reset(path, id string) error
- func StartServer(mountDir string) error
- func Track(filename, repositoryLocation string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAndCommitData ¶
Adds and commits data found in path
func AddData ¶
Add the data at the path to the index. Will return true if there's anything to be committed.
func StartServer ¶
Starts a git-lfs server in a Docker container
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.