public interface FetchGitAheadBehindResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCommitsAhead()
The number of commits in the remote branch that are not in the workspace.
|
int |
getCommitsBehind()
The number of commits in the workspace that are not in the remote branch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCommitsAhead()
The number of commits in the remote branch that are not in the workspace.
int32 commits_ahead = 1;int getCommitsBehind()
The number of commits in the workspace that are not in the remote branch.
int32 commits_behind = 2;Copyright © 2024 Google LLC. All rights reserved.