Forrest logo
back to context overview

dolt-fetch

List of commands for dolt-fetch:

  • dolt-fetch:tldr:0a2bd dolt-fetch: Fetch the latest changes from the default remote upstream repository (origin).
    $ dolt fetch
    try on your machine
    explain this command
  • dolt-fetch:tldr:0d326 dolt-fetch: Update branches with the current state of the remote, overwriting any conflicting history.
    $ dolt fetch -f
    try on your machine
    explain this command
  • dolt-fetch:tldr:bf70b dolt-fetch: Fetch latest changes from a specific remote upstream repository.
    $ dolt fetch ${remote_name}
    try on your machine
    explain this command
back to context overview