Skip to content

Commit 49cd385

Browse files
authored
Merge pull request #490 from VancentH/VancentH-migrate-en-card-020
2 parents 1aeecec + 1e94c4a commit 49cd385

File tree

2 files changed

+60
-12
lines changed

2 files changed

+60
-12
lines changed

assets/img/mermaid/020-en.svg

Lines changed: 47 additions & 0 deletions
Loading

en/_posts/2021-10-08-020.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
---
22
layout: post
3-
title: '#020 git remote -v'
4-
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878597/gitfichas/en/020/thumbnail_ea8qhq.jpg"
3+
pretitle: How to list
4+
title: remotes
5+
command: git remote -v
6+
descriptors:
7+
- command: command to<br>manage remotes
8+
- part1: flag to show<br>remote details
9+
info: without using the flag -v you will only see<br>the name of each remote
10+
author: "@jtemporal"
11+
number: "020"
12+
mermaid: true
13+
use_static_image: true
514
permalink: "/en/020"
15+
lang: "en"
616
translations:
717
- lang: pt
818
url: /projects/020
919
- lang: es
1020
url: /es/020
11-
lang: "en"
1221
pv:
1322
url: "/en/019"
1423
title: "#019 What is a remote?"
1524
nt:
1625
url: "/en/021"
1726
title: "#021 git remote add name url"
1827
---
19-
##### How to list remotes
20-
21-
<img alt="To get the list of remotes use git remote -v" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878597/gitfichas/en/020/full_vimfra.jpg"><br><br>
2228

23-
| Command | Description |
24-
|---------|-------------|
25-
| `remote` | Command to manage remotes |
26-
| `-v` | Flag to show remote details |
27-
| _extra information_ | Without using the flag -v you will only see the name of each remote |
28-
{: .styled-table}
29+
{% include mermaid-graphs.html %}

0 commit comments

Comments
 (0)