Skip to content

04. Git Config

Overview

Git configuration is a set of key-value pairs that control how Git behaves. It is stored in a file named .git/config in the root directory of the Git repository.

Concept

Scope: Global | Local

Command

Reference