git_repos_list_refs {civis} | R Documentation |
Get all branches and tags of a bookmarked git repository
Description
Get all branches and tags of a bookmarked git repository
Usage
git_repos_list_refs(id)
Arguments
id |
integer required. The ID for this git repository. |
Value
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. |
[Package civis version 3.1.2 Index]