Skip to content

2109 - Git Config

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

maml
{
  user_name: "Diana Lueilwitz"
  user_email: "Luz_Stokes@gmail.com"
  default_branch: "main"
  auto_crlf: false

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

See Also