git_config - Read and write git configuration

Synopsis

The git_config module changes git configuration by invoking git config . This is needed if you don’t want to use template for the entire git config file (e.g. because you need to change just user.email in /etc/.git/config).

Solutions involving command are cumbersone or don’t work correctly in check mode.