Example 15412
Git Config
Git client configuration.
{
user_name: "Lucia Adams"
user_email: "Fredrick50@yahoo.com"
default_branch: "trunk"
auto_crlf: false
editor: "nvim"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}
Example 15412
Git client configuration.
{
user_name: "Lucia Adams"
user_email: "Fredrick50@yahoo.com"
default_branch: "trunk"
auto_crlf: false
editor: "nvim"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}