R/gitBranch.R
gitBranch.Rd
Git branch strings
gitCurrentBranch(repo = getwd()) gitDefaultBranch(repo = getwd(), remote = "origin")
character(1). Git repository directory path.
character(1)
character(1). Remote name.
character(1). Git branch name.
Updated 2022-05-02.
koopa::git_default_branch (shell).
koopa::git_default_branch
git branch (shell).
git branch
git2r package.
## > repo <- file.path("~", "git", "monorepo", "r-packages", "r-koopa") ## > gitCurrentBranch(repo) ## ## [1] "develop" ## > gitDefaultBranch(repo) ## ## [1] "main"