6 lines
176 B
Markdown
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
|
|
```
|