| branch | R Documentation |
Git Branch Utilities
gitr_default_br()
gitr_current_br()
gitr_local_br()
character(1). The name of the respective
branch if found, otherwise NULL.
gitr_default_br(): gets the default "main" branch, typically either
master, main, or trunk.
gitr_current_br(): gets the current branch.
gitr_local_br(): gets all the local branches.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.