Updated
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
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--merge-strategy | str | fast-forward merge strategy: ff, ff-only, or no-ff |
#Arguments
| Name | Required | Description |
|---|---|---|
remote | no | name of the remote repository to pull from (defaults to origin) |
branch | no | name of the remote branch to fetch and merge into the current branch |