package
1.13.0
Repository: https://github.com/sinlov-go/go-git-tools.git
Documentation: pkg.go.dev

# Functions

NewRepositoryByPath return Repository from path.
NewRepositoryClone return Repository from git.Repository.
NewRepositoryRemoteByPath remote most is git.OriginDefault return Repository from path.
NewRepositoryRemoteClone remote most is git.OriginDefault return Repository from git.Repository.

# Constants

No description provided by the author

# Structs

No description provided by the author
Commit stores all git-commit information.

# Interfaces

Repository is an abstraction for git-repository.