Example 15917
Git Config
Git client configuration.
{
user_name: "Herbert Johns"
user_email: "Doyle_Breitenberg@yahoo.com"
default_branch: "trunk"
auto_crlf: false
editor: "vim"
gpg_sign: false
pull_rebase: true
push_autosetup: true
}
Example 15917
Git client configuration.
{
user_name: "Herbert Johns"
user_email: "Doyle_Breitenberg@yahoo.com"
default_branch: "trunk"
auto_crlf: false
editor: "vim"
gpg_sign: false
pull_rebase: true
push_autosetup: true
}