ScriptGitMergeResult

class ScriptGitMergeResult.ScriptGitMergeResult

Bases: AbstractScriptGitElement

Merge result.
__str__() str
property merge_status: ScriptGitMergeStatus
Status of the merge.
property git_commit: ScriptGitCommit
Merge commit.
property has_conflicts: bool
Returns true, if the merge resulted in a conflict.