Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions assets/img/mermaid/020-en.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 13 additions & 12 deletions en/_posts/2021-10-08-020.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
---
layout: post
title: '#020 git remote -v'
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878597/gitfichas/en/020/thumbnail_ea8qhq.jpg"
pretitle: How to list
title: remotes
command: git remote -v
descriptors:
- command: command to<br>manage remotes
- part1: flag to show<br>remote details
info: without using the flag -v you will only see<br>the name of each remote
author: "@jtemporal"
number: "020"
mermaid: true
use_static_image: true
permalink: "/en/020"
lang: "en"
translations:
- lang: pt
url: /projects/020
- lang: es
url: /es/020
lang: "en"
pv:
url: "/en/019"
title: "#019 What is a remote?"
nt:
url: "/en/021"
title: "#021 git remote add name url"
---
##### How to list remotes

<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>

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