git_repos_list_refs: Get all branches and tags of a bookmarked git repository

View source: R/generated_client.R

git_repos_list_refsR 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.


civis documentation built on April 1, 2023, 12:01 a.m.