-  git(+Argv, +Options) is det
- Run a GIT command. Defined options:
- directory(+Dir)
- Execute in the given directory
- output(-Out)
- Unify Out with a list of codes representing stdout of the
command. Otherwise the output is handed to print_message/2
with level informational.
- error(-Error)
- As output(Out), but messages are printed at levelerror.
- askpass(+Program)
- Export GIT_ASKPASS=Program