yadm clone
all
Works just like `git clone`. In addition you can pass extra flags to configure your repository. If there is a bootstrap file in the repository, you will be prompted to execute it. See also: `git clone`.
More info →Examples (6)
Clone an existing repository
yadm clone remote_repository_locationClone an existing repository, then execute the bootstrap file
yadm clone remote_repository_location --bootstrapClone an existing repository and after cloning, do not execute the bootstrap file
yadm clone remote_repository_location --no-bootstrapChange the worktree that yadm will use during cloning
yadm clone remote_repository_location --w worktree_fileChange the branch that yadm gets files from
yadm clone remote_repository_location -b branchOverride an existing repository local branch
yadm clone remote_repository_location -fmade by @shridhargupta | data from tldr-pages