Skip to main content

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

_git_icon_status_normal.png

Unaltered (in the working directory)

The object is unchanged from the index.

_git_icon_status_modified.png

Modified (in the working directory)

The object has been changed from the previous version in the index.

_git_icon_status_added.png

New (in the working directory)

The object exists in the working directory, but it is not yet in the index or local repository.

_git_icon_status_conflicted.png

Conflict or Relationship Issue

A conflict or relationship issue occurred when merging the object.

_git_icon_status_deleted.png

Deleted (in the working directory)

The object does not exist in the working directory, but it still exists in the index.

_git_icon_status_error.png

Error

No assignment to a status

The symbol is displayed only in the navigator.

_git_icon_status_transient.png

Transient

Transient objects are not applied to the Git repository. The symbol is displayed only in the navigator.

_git_icon_status_unversioned.png

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.