Example 12610
Git Config
Git client configuration.
{
user_name: "Max Hayes III"
user_email: "Jarrell.Cassin@yahoo.com"
default_branch: "trunk"
auto_crlf: false
editor: "code --wait"
gpg_sign: false
pull_rebase: true
push_autosetup: true
}