git_pull: Pull from Remote

View source: R/git_hooks.R

git_pullR Documentation

Pull from Remote

Description

Fetch and integrate changes from the remote repository.

Usage

git_pull(remote = "origin", branch = NULL)

Arguments

remote

Remote name (default: "origin")

branch

Branch name (default: current branch)

Value

Invisibly returns TRUE on success

Examples


if (FALSE) {
git_pull()
git_pull(remote = "origin", branch = "main")
}



framework documentation built on Feb. 18, 2026, 1:07 a.m.