Skip to content

2601 - Git Config

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

maml
{
  user_name: "Mrs. Lydia Wiza-Krajcik"
  user_email: "Opal.Hand@yahoo.com"
  default_branch: "master"
  auto_crlf: false

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

See Also