Clone an existing repository and add a specific remote (defaults to origin)

dolt clone

  • Clone a repository into a new directory.
    More information: <https://docs.dolthub.com/interfaces/cli#dolt-clone>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

dolt clone --remote {{remote_name}} {{repository_url}}

click the source code to copy