Learn R Programming

gitgadget (version 0.8.1)

fetch_work: Fetch all merge requests as local branches and link to a remote

Description

Fetch all merge requests as local branches and link to a remote

Usage

fetch_work(token, assignment, page = 1, server = "https://gitlab.com/api/v4/")

Arguments

token

GitLab token

assignment

Name of the assignment (e.g., "class345/class345-assignment1")

page

Number of the results page to select

server

The GitLab API server

Details

See https://github.com/vnijs/gitgadget for additional documentation