Example 7218
Git Config
Git client configuration.
{
user_name: "Hubert Carter"
user_email: "Lottie1@hotmail.com"
default_branch: "main"
auto_crlf: false
editor: "nano"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}
Example 7218
Git client configuration.
{
user_name: "Hubert Carter"
user_email: "Lottie1@hotmail.com"
default_branch: "main"
auto_crlf: false
editor: "nano"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}