Example 1117

Git Config

Git client configuration.

{
user_name: "Mr. Pedro Cartwright"
user_email: "Sheri.Crooks@hotmail.com"
default_branch: "main"
auto_crlf: false

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

See also