Class FetchGitAheadBehindResponse (0.5.9)

FetchGitAheadBehindResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

FetchGitAheadBehind response message.

Attributes

NameDescription
commits_ahead int
The number of commits in the remote branch that are not in the workspace.
commits_behind int
The number of commits in the workspace that are not in the remote branch.