Example 1714

Git Config

Git client configuration.

{
user_name: "Geoffrey Pollich"
user_email: "Hayden.Dietrich52@hotmail.com"
default_branch: "main"
auto_crlf: false

editor: "code --wait"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}

See also