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
24 changes: 12 additions & 12 deletions en/_posts/2021-09-08-018.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
layout: post
title: '#018 git clone url'
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878596/gitfichas/en/018/thumbnail_rmt9un.jpg"
pretitle: How to
title: clone
subtitle: a repository
command: git clone url
descriptors:
- command: command to download<br>the repository
- part1: repository path
author: "@jtemporal"
number: "018"
mermaid: true
permalink: "/en/018"
lang: "en"
translations:
- lang: pt
url: /projects/018
- lang: es
url: /es/018
lang: "en"
pv:
url: "/en/017"
title: "#017 clone"
nt:
url: "/en/019"
title: "#019 O que é um remote?"
---
##### How to clone a repository

<img alt="The command git clone url is used to download the project to your machine, url being the path to the project on the cloud." src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878597/gitfichas/en/018/full_wez8yl.jpg"><br><br>

| Command | Description |
|---------|-------------|
| `clone` | Command to download the repository |
| `url` | Repository path |
{: .styled-table}
{% include mermaid-graphs.html %}
22 changes: 12 additions & 10 deletions en/_posts/2021-10-06-019.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
---
layout: post
title: '#019 What is a remote?'
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878597/gitfichas/en/019/thumbnail_hzoxpz.jpg"
pretitle: What is a
title: remote
subtitle:
concept: true
parts:
- part1: is a cloud repository\nfor example on Github or GitLab
- part2: every time you clone a repository you have at\nleast one remote - the origin
author: "@jtemporal"
number: "019"
mermaid: true
permalink: "/en/019"
lang: "en"
translations:
- lang: pt
url: /projects/019
- lang: es
url: /es/019
lang: "en"
pv:
url: "/en/018"
title: "#018 git clone url"
Expand All @@ -17,10 +25,4 @@ nt:
title: "#020 git remote"
---

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

| Command | Description |
|---------|-------------|
| _remote_ | Is a cloud repository for example on Github or GitLab |
| _extra information_ | Every time you make a clone a repository you have at least one remote - the `origin` |
{: .styled-table}
{% include mermaid-graphs.html %}