jaypore_ci.repos package

Submodules

jaypore_ci.repos.git module

class jaypore_ci.repos.git.Git(sha: str, branch: str, remote: str, commit_message: str)[source]

Bases: Repo

files_changed(target: str) List[str][source]

Returns list of files changed between current sha and target

classmethod from_env() Git[source]

Gets repo status from the environment and git repo on disk.

Module contents