Example 2719

Git Config

Git client configuration.

{
user_name: "Mr. Ray Rodriguez"
user_email: "Jett_Streich@yahoo.com"
default_branch: "trunk"
auto_crlf: false

editor: "nvim"
gpg_sign: false
pull_rebase: true
push_autosetup: true
}

See also