pkgdev.git module

exception pkgdev.git.GitError[source]

Bases: SystemExit

Generic error running a git command.

pkgdev.git.run(*args, **kwargs)[source]

Wrapper for running git via subprocess.run().