# Functions
IsLFSAvailable returns 'true' if git-lfs is installed.
IsLFSHook returns whether the hookName is supported by Git LFS.
NewExecutor returns an object that executes given commands in the OS.
NewRepository returns a Repository or an error, if git repository it not initialized.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CommandExecutor provides some methods that take some effect on execution and/or result data.
Repository represents a git repository.
No description provided by the author