datalad_next.runners.iter_git_subproc
- datalad_next.runners.iter_git_subproc(args: list[str], **kwargs)[source]
iter_subproc()
wrapper for calling Git commandsAll argument semantics are identical to those of
iter_subproc()
, except thatargs
must not contain the Git binary, but need to be exclusively arguments to it. The respective git command/binary is automatically added internally.