Example 6517
Git Config
Git client configuration.
{
user_name: "Neva Ferry"
user_email: "Gregory_Bailey@yahoo.com"
default_branch: "main"
auto_crlf: false
editor: "code --wait"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}
Example 6517
Git client configuration.
{
user_name: "Neva Ferry"
user_email: "Gregory_Bailey@yahoo.com"
default_branch: "main"
auto_crlf: false
editor: "code --wait"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}