Example 6917

Git Config

Git client configuration.

{
user_name: "Malcolm Beahan"
user_email: "Clay_Simonis@gmail.com"
default_branch: "master"
auto_crlf: false

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

See also