Example 14711
Git Config
Git client configuration.
{
user_name: "Ottis Larson"
user_email: "Nicole_Lehner@hotmail.com"
default_branch: "trunk"
auto_crlf: false
editor: "nvim"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}
Example 14711
Git client configuration.
{
user_name: "Ottis Larson"
user_email: "Nicole_Lehner@hotmail.com"
default_branch: "trunk"
auto_crlf: false
editor: "nvim"
gpg_sign: true
pull_rebase: true
push_autosetup: true
}