State[] | ${autogit:getStates()} |
Gets all possible states. |
Change[] | ${autogit:getChanges()} |
Gets all possible changes. |
Meaning[] | ${autogit:getMeanings()} |
Gets all possible meanings. |
GitStatus | ${autogit:getGitStatus()} |
Gets the current Git status. Results are cached per request so multiple calls within a single request will always get the Git status from the same moment in time. |