git_repos_list_refs {civis} | R Documentation |
Get all branches and tags of a bookmarked git repository
git_repos_list_refs(id)
id |
integer required. The ID for this git repository. |
A list containing the following elements:
branches |
array, List of branch names of this git repository. |
tags |
array, List of tag names of this git repository. |