powered by
Set gitlabr options
gitlabr_options_set(key, value)
Used for side effect. Populates user options()
options()
option name
option value
Options accounted for by gitlabr:
gitlabr.main: Name of the main branch of your repository. Default to "main" in functions.
gitlabr.main
# Principal branch is called "master" gitlabr_options_set("gitlabr.main", "master") # Go back to default option (default branch will be "main") gitlabr_options_set("gitlabr.main", NULL)
Run the code above in your browser using DataLab