# Packages
No description provided by the author
# Functions
NewRepositories is a factory that knows how to return two fs repositories based on Git.
# Structs
RepositoriesConfig is the configuration for NewRepositories.
# Interfaces
GoGitRepoClient helper interface to use go-git and make testable by mocking common operations on a Git repo.