1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/data/reusables/command_line/git-clone-url.md
2024-05-09 13:19:08 +00:00

6 lines
176 B
Markdown

1. Type `git clone`, and then paste the URL you copied earlier.
```shell
git clone https://{% data variables.product.product_url %}/YOUR-USERNAME/YOUR-REPOSITORY
```