Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { AddAllAndCommit(commitMessage string) error Push() error Pull() error IsClean() (bool, error) GetStatusAsString() (string, error) }
func OpenRepository ¶
func OpenRepository(path, remoteName string, useSSH bool) (Repository, error)
OpenRepository opens an existing git reposotory with the given options
Click to show internal directories.
Click to hide internal directories.