Skip to main content

Command: Git Config

Function: The command opens a dialog for editing the entries for the core, init, and user sections in the .git/config configuration file. This file is stored in the local Git repository after initialization.

Background: If you clone or initialize a repository and there is no global .gitconfig file exists yet, then you will be asked to configure one initially. You can edit the file again at any time using the Git Config command. The global .gitconfig file is located in the user directory by default (example: C:/Users/<user name>).

Call: Git menu

Requirement: The open CODESYS project is managed in Git in a local repository.

Dialog: Edit your git config. Changes will be stored in the config file of the repository.

Table 7. Core

Long Paths

This option must be enabled so that long paths are supported and CODESYS Git can work correctly.



Table 8. Init

Default Branch

The local default branch of a Git repository (usually master) is created automatically after the first commit. See also: Introduction



Table 9. User

User

Email