git2r (version 0.21.0)

git_branch-class: S4 class to handle a git branch

Description

Class git_branch

Arguments

Slots

name

Name of the branch.

type

Type of the branch, either 1 (local) or 2 (remote).

repo

The S4 class git_repository that contains the branch

Methods

is_head

signature(object = "git_branch")

is_local

signature(object = "git_branch")

show

signature(object = "git_branch")