Example 1201
Git Config
Git client configuration.
{
user_name: "Levi Fahey"
user_email: "Trent29@yahoo.com"
default_branch: "master"
auto_crlf: false
editor: "code --wait"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}
Example 1201
Git client configuration.
{
user_name: "Levi Fahey"
user_email: "Trent29@yahoo.com"
default_branch: "master"
auto_crlf: false
editor: "code --wait"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}