You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
5
14
permalink: "/en/020"
15
+
lang: "en"
6
16
translations:
7
17
- lang: pt
8
18
url: /projects/020
9
19
- lang: es
10
20
url: /es/020
11
-
lang: "en"
12
21
pv:
13
22
url: "/en/019"
14
23
title: "#019 What is a remote?"
15
24
nt:
16
25
url: "/en/021"
17
26
title: "#021 git remote add name url"
18
27
---
19
-
##### How to list remotes
20
-
21
-
<imgalt="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>
22
28
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 |
0 commit comments