Example 704
Git Config
Git client configuration.
{
user_name: "Earl Tillman"
user_email: "Krystal60@hotmail.com"
default_branch: "main"
auto_crlf: false
editor: "nano"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}
Example 704
Git client configuration.
{
user_name: "Earl Tillman"
user_email: "Krystal60@hotmail.com"
default_branch: "main"
auto_crlf: false
editor: "nano"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}