dolt-clone

clone Clone a repository into a new directory. More information:…

dolt clone

Clone a repository into a new directory. More information: https://docs.dolthub.com/interfaces/cli#dolt-clone.

dolt clone {{repository_url}} {{path/to/directory}}

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

dolt clone --branch {{branch_name}} {{repository_url}}

dolt clone --aws-region {{region_name}} {{repository_url}}

dolt clone --aws-creds-file {{credentials_file}} {{repository_url}}

dolt clone --aws-creds-profile {{profile_name}} {{repository_url}}

dolt clone --aws-creds-type {{credentials_type}} {{repository_url}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← dolt-checkout dolt-commit →