Skip to content

1902 - Git Config

Git client configuration. This is an example of a MAML document.

maml
{
  user_name: "Oscar Hartmann"
  user_email: "Sam_Erdman-Thiel@hotmail.com"
  default_branch: "master"
  auto_crlf: false

  editor: "nvim"
  gpg_sign: false
  pull_rebase: true
  push_autosetup: true
}

See Also