Example 8008
Git Config
Git client configuration.
{
user_name: "Coby Romaguera"
user_email: "Rudolph.Heaney72@hotmail.com"
default_branch: "trunk"
auto_crlf: false
editor: "code --wait"
gpg_sign: false
pull_rebase: true
push_autosetup: true
}