Skip to content

Commit 915d01d

Browse files
authored
Merge pull request #479 from jtemporal/copilot/migrate-card-16-to-mermaid
Migrate English card 016 to Mermaid format
2 parents 4ab4fc5 + 78f0d08 commit 915d01d

File tree

2 files changed

+60
-20
lines changed

2 files changed

+60
-20
lines changed

assets/img/mermaid/016-en.svg

Lines changed: 47 additions & 0 deletions
Loading

en/_posts/2021-09-01-016.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
---
22
layout: post
3-
title: '#016 What is a fork?'
4-
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878596/gitfichas/en/016/thumbnail_owrn3h.jpg"
3+
pretitle: What is a
4+
title: fork?
5+
subtitle:
6+
concept: true
7+
parts:
8+
- part1: it's nothing more than a copy of a repository
9+
- part2: this copy maintains a link to the original repository
10+
- part3: usually used to propose code changes
11+
number: "016"
12+
author: "@jtemporal"
13+
mermaid: true
14+
use_static_image: true
515
permalink: "/en/016"
616
translations:
717
- lang: pt
@@ -17,21 +27,4 @@ nt:
1727
title: "#017 What is a clone?"
1828
---
1929

20-
<img alt="A fork is a copy of the project that keeps a link to its original project. It’s usually used to propose code changes" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878596/gitfichas/en/016/full_ctyuza.jpg"><br><br>
21-
22-
| Command | Description |
23-
|---------|-------------|
24-
| _fork_ | It’s nothing more than a copy of a repository |
25-
| _original repository_ | This copy maintains a link to the original repository |
26-
| _why it is useful?_ | Usually used to propose code changes |
27-
{: .styled-table}
28-
29-
30-
<!--
31-
<br>
32-
You might also be interested in reading this article:
33-
34-
<a href="https://jtemporal.com/5-dicas-para-fazer-o-seu-pull-request-brilhar/">
35-
<strong>5 Dicas Para Fazer o Seu Pull Request Brilhar ✨</strong>
36-
</a>
37-
-->
30+
{% include mermaid-graphs.html %}

0 commit comments

Comments
 (0)