Skip to contents

List all branch from a repository

Usage

fgit_branch(repo)

Arguments

repo

The repository's name from GitHub.com

Value

A vector of branches

Examples

if (FALSE) {
fgit_branch("https://github.com/FastGitORG/fgitR")
fgit_branch("FastGitORG/fgitR")
}