Symbols
Every object has a status in the index (staged changes) and in the Git repository. The status is displayed by a corresponding symbol before the object in the navigator views of the CODESYS project or in the Status & Staging view.
Symbol | Description |
---|---|
![]() | Unaltered (in the working directory) The object is unchanged from the index. |
![]() | Modified (in the working directory) The object has been changed from the previous version in the index. |
![]() | New (in the working directory) The object exists in the working directory, but it is not yet in the index or local repository. |
![]() | Conflict or Relationship Issue A conflict or relationship issue occurred when merging the object. |
![]() | Deleted (in the working directory) The object does not exist in the working directory, but it still exists in the index. |
![]() | Error No assignment to a status The symbol is displayed only in the navigator. |
![]() | Transient Transient objects are not applied to the Git repository. The symbol is displayed only in the navigator. |
![]() | The Git status could not be determined yet. As soon as the status is known, the corresponding symbol is displayed. The symbol is displayed only in the navigator. |