Symbol:
(git init
)
Function: The command opens the Initialize Git Repository dialog to initialize a local Git repository for the open CODESYS project. During initialization, the project is imported into Git, which creates a local repository and the index for the project (Git project storage). As a result, the Git working directory for the project is created.
Call: Git menu
Requirement: A CODESYS project is open.
WARNING | |
---|---|
Input field for the path of the local Git directory |
Path of the empty directory in the file system which should be used for the new Git project storage
Example: |
OK |
The open project is imported into Git and the local repository is created for the project. In the navigator views of the project, the objects are identified by the following symbols:
Corresponding Git messages are displayed in the message window. |