GitWrapper
getAuthorFromCommit
@FGit
Return:
StringLiteral
Parameters:
commitId : StringLiteral
getCommitFromTag
@FGit
Return:
StringLiteral
Parameters:
tag : StringLiteral
getCurrentCommitId
@FGit
Return:
StringLiteral
getProjectPath
@FGit
Local path of the project.
Return:
StringLiteral
getRemoteName
@FGit
Name of the remote repository
Return:
StringLiteral
getRemoteUrl
@FGit
Remote URL of the repository
Return:
StringLiteral
getTags
@FGit
Return:
List<StringLiteral>
hasLocalChanges
@FGit
Returns true if it has local changes
Return:
BooleanLiteral