Learn R Programming

civis (version 3.1.0)

git_repos_list_refs: 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)

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.

Arguments

id

integer required. The ID for this git repository.