Git Configuration

Configure integration with version control.

moose.config.toml
[git_config]# Name of the main branch (Default: "main")main_branch_name = "main"
KeyEnv VariableDefaultDescription
main_branch_nameMOOSE_GIT_CONFIG__MAIN_BRANCH_NAME"main"The name of your main git branch.