fgit_branch {fgitR} | R Documentation |
List all branch from a repository
fgit_branch(repo)
repo |
The repository's name from GitHub.com |
A vector of branches
## Not run:
fgit_branch("https://github.com/FastGitORG/fgitR")
fgit_branch("FastGitORG/fgitR")
## End(Not run)