safegit v0.26.0 /safegit pull
On this page

Reference for the safegit pull command — usage, flags, arguments, and examples for the pull subcommand of the safegit CLI.

#safegit pull

fetch from remote and merge, defaulting to fast-forward-only mode

Effect: mutating

#Flags

Flags
NameShortTypeDefaultEnvDescription
--merge-strategystrfast-forward merge strategy: ff, ff-only, or no-ff

#Arguments

Arguments
NameRequiredDescription
remotenoname of the remote repository to pull from (defaults to origin)
branchnoname of the remote branch to fetch and merge into the current branch
Search