Example 1715

Git Config

Git client configuration.

{
user_name: "Suzanne Hayes"
user_email: "Jaylen.Roberts@gmail.com"
default_branch: "main"
auto_crlf: false

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

See also