Example 2001
Git Config
Git client configuration.
{
user_name: "Clayton Little"
user_email: "Idell_Koepp-Hermiston@hotmail.com"
default_branch: "trunk"
auto_crlf: false
editor: "code --wait"
gpg_sign: false
pull_rebase: true
push_autosetup: true
}