module Git::Commands::ConfigOptionSyntax

Implements the ‘git config` command using the option-based interface

This module contains command classes for the pre-2.46.0 option-based ‘git config` interface (`–get`, `–list`, `–add`, etc.):

**Read operations:**

**Write operations:**

**Delete operations:**

**Section operations:**

@see git-scm.com/docs/git-config/2.28.0 git-config documentation (v2.28.0)

@see Git::Commands

@api private