commands.sh

dolt fetch

all

Download objects and refs from another repository.

More info →

Examples (3)

Fetch the latest changes from the default remote upstream repository (origin)

Fetch latest changes from a specific remote upstream repository

dolt fetch remote_name

Update branches with the current state of the remote, overwriting any conflicting history

made by @shridhargupta | data from tldr-pages