Example 7619

Git Config

Git client configuration.

{
user_name: "Ibrahim Ratke"
user_email: "Kristoffer.Runte76@hotmail.com"
default_branch: "main"
auto_crlf: false

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

See also