Skip to content

1117 - Git Config

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

maml
{
  user_name: "Mr. Pedro Cartwright"
  user_email: "Sheri.Crooks@hotmail.com"
  default_branch: "main"
  auto_crlf: false

  editor: "code --wait"
  gpg_sign: false
  pull_rebase: true
  push_autosetup: true
}

See Also