1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/data/reusables/command_line/local-clone-created.md
2022-10-03 00:21:32 +05:30

10 lines
380 B
Markdown

6. Press **Enter** to create your local clone.
```shell
$ git clone https://{% data variables.command_line.codeblock %}/YOUR-USERNAME/YOUR-REPOSITORY
> Cloning into `Spoon-Knife`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.
```