# Functions
NewMockRepository creates a new instance of MockRepository.
NewGitRepository returns a new gitRepository.
# Structs
MockRepository is an autogenerated mock type for the Repository type.
MockRepository_Add_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Add'.
MockRepository_Commit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Commit'.
MockRepository_CreateRemote_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateRemote'.
No description provided by the author
MockRepository_Init_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Init'.
MockRepository_InitAndCommit_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InitAndCommit'.
MockRepository_PlainCloneContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PlainCloneContext'.
MockRepository_Push_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Push'.
MockRepository_Repo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Repo'.
# Interfaces
Repository is an interface for interacting with git repositories.