Example 14712

Git Config

Git client configuration.

{
user_name: "Roberta Lakin"
user_email: "Michele52@yahoo.com"
default_branch: "master"
auto_crlf: false

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

See also