Skip to content

Commit c41ef7e

Browse files
committed
Migrate en card jtemporal#18 from image to Mermaid format
1 parent ac8fe14 commit c41ef7e

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

en/_posts/2021-09-08-018.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
---
22
layout: post
3-
title: '#018 git clone url'
4-
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878596/gitfichas/en/018/thumbnail_rmt9un.jpg"
3+
pretitle: How to
4+
title: clone
5+
subtitle: a repository
6+
command: git clone url
7+
descriptors:
8+
- command: command to download<br>the repository
9+
- part1: repository path
10+
author: "@jtemporal"
11+
number: "018"
12+
mermaid: true
13+
use_static_image: true
514
permalink: "/en/018"
15+
lang: "en"
616
translations:
717
- lang: pt
818
url: /projects/018
919
- lang: es
1020
url: /es/018
11-
lang: "en"
1221
pv:
1322
url: "/en/017"
1423
title: "#017 clone"
1524
nt:
1625
url: "/en/019"
1726
title: "#019 O que é um remote?"
1827
---
19-
##### How to clone a repository
20-
21-
<img alt="The command git clone url is used to download the project to your machine, url being the path to the project on the cloud." src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878597/gitfichas/en/018/full_wez8yl.jpg"><br><br>
2228

23-
| Command | Description |
24-
|---------|-------------|
25-
| `clone` | Command to download the repository |
26-
| `url` | Repository path |
27-
{: .styled-table}
29+
{% include mermaid-graphs.html %}

0 commit comments

Comments
 (0)