Example 15810

Git Config

Git client configuration.

{
user_name: "Mr. Alonzo Abshire"
user_email: "Kennedi.Yost@yahoo.com"
default_branch: "main"
auto_crlf: false

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

See also