GitBranch | R Documentation |
GitBranch Class
GitBranch Class
can
name
remote
remote_name
error
message
owner_name
readonly
personal
is_local
is_remote
is_production
ahead_count
behind_count
commit_at
ref
remote_ref
new()
GitBranch$new( can, name, remote, remote_name, error, message, owner_name, readonly, personal, is_local, is_remote, is_production, ahead_count, behind_count, commit_at, ref, remote_ref )
toJSON()
GitBranch$toJSON()
fromJSONObject()
GitBranch$fromJSONObject(GitBranchJsonObject)
fromJSON()
GitBranch$fromJSON(GitBranchJson)
toJSONString()
GitBranch$toJSONString()
fromJSONString()
GitBranch$fromJSONString(GitBranchJson)
clone()
The objects of this class are cloneable with this method.
GitBranch$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.