Skip to content

Commit f9e5a9f

Browse files
authored
Merge pull request #452 from shivram9/shivram9-migrate-card-019
2 parents e9aef45 + 4f0cb25 commit f9e5a9f

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

en/_posts/2021-10-06-019.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
---
22
layout: post
3-
title: '#019 What is a remote?'
4-
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878597/gitfichas/en/019/thumbnail_hzoxpz.jpg"
3+
pretitle: What is a
4+
title: remote
5+
subtitle:
6+
concept: true
7+
parts:
8+
- part1: is a cloud repository\nfor example on Github or GitLab
9+
- part2: every time you clone a repository you have at\nleast one remote - the origin
10+
author: "@jtemporal"
11+
number: "019"
12+
mermaid: true
513
permalink: "/en/019"
14+
lang: "en"
615
translations:
716
- lang: pt
817
url: /projects/019
918
- lang: es
1019
url: /es/019
11-
lang: "en"
1220
pv:
1321
url: "/en/018"
1422
title: "#018 git clone url"
@@ -17,10 +25,4 @@ nt:
1725
title: "#020 git remote"
1826
---
1927

20-
<img alt="Remote is a cloud repository, for example on Github or GitLab" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878597/gitfichas/en/019/full_n2jep7.jpg"><br><br>
21-
22-
| Command | Description |
23-
|---------|-------------|
24-
| _remote_ | Is a cloud repository for example on Github or GitLab |
25-
| _extra information_ | Every time you make a clone a repository you have at least one remote - the `origin` |
26-
{: .styled-table}
28+
{% include mermaid-graphs.html %}

0 commit comments

Comments
 (0)