Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.54 KB

File metadata and controls

24 lines (20 loc) · 1.54 KB

GitBranch

Properties

Name Type Description Notes
name str The short name on the local [optional]
remote str The name of the remote [optional]
remote_name str The short name on the remote [optional]
error str Name of error [optional]
message str Message describing an error if present [optional]
owner_name str Name of the owner of a personal branch [optional]
readonly bool Whether or not this branch is readonly [optional]
personal bool Whether or not this branch is a personal branch - readonly for all developers except the owner [optional]
is_local bool Whether or not a local ref exists for the branch [optional]
is_remote bool Whether or not a remote ref exists for the branch [optional]
is_production bool Whether or not this is the production branch [optional]
ahead_count int Number of commits the local branch is ahead of the remote [optional]
behind_count int Number of commits the local branch is behind the remote [optional]
commit_at int UNIX timestamp at which this branch was last committed. [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]