Get default branch in PIP ecosystem
Modify default branch
Usage
get_default_branch()
set_default_branch(branch)
Arguments
- branch
chracter: name of default branch.
Value
name of branch
name of branch invisible
Examples
get_default_branch()
#> [1] "PROD"
if (FALSE) { # \dontrun{
set_default_branch("PROD")
} # }