Example 7415
Git Config
Git client configuration.
{
user_name: "Morris Champlin"
user_email: "Laurel.Kuhic@hotmail.com"
default_branch: "main"
auto_crlf: false
editor: "code --wait"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}