Skip to content

704 - Git Config

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

maml
{
  user_name: "Earl Tillman"
  user_email: "Krystal60@hotmail.com"
  default_branch: "main"
  auto_crlf: false

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

See Also