fgit_branch {fgitR}R Documentation

List all branch from a repository

Description

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

## Not run: 
fgit_branch("https://github.com/FastGitORG/fgitR")
fgit_branch("FastGitORG/fgitR")

## End(Not run)

[Package fgitR version 0.2.0 Index]