Learn R Programming

badgecreatr (version 0.2.0)

github_credentials_helper: Returns github accountname, repo name and current branch.

Description

Returns github accountname, repo name and current branch.

Usage

github_credentials_helper(ghaccount = NULL, ghrepo = NULL,
  branch = NULL, location = ".")

Arguments

ghaccount

Github account name

ghrepo

Github repository name

branch

branch name such as master, develop etc

location

defaults to current location