datalad_next.runners.iter_git_subproc

datalad_next.runners.iter_git_subproc(args: list[str], **kwargs)[source]

iter_subproc() wrapper for calling Git commands

All argument semantics are identical to those of iter_subproc(), except that args must not contain the Git binary, but need to be exclusively arguments to it. The respective git command/binary is automatically added internally.