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/016-en.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 13 additions & 20 deletions en/_posts/2021-09-01-016.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
---
layout: post
title: '#016 What is a fork?'
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878596/gitfichas/en/016/thumbnail_owrn3h.jpg"
pretitle: What is a
title: fork?
subtitle:
concept: true
parts:
- part1: it's nothing more than a copy of a repository
- part2: this copy maintains a link to the original repository
- part3: usually used to propose code changes
number: "016"
author: "@jtemporal"
mermaid: true
use_static_image: true
permalink: "/en/016"
translations:
- lang: pt
Expand All @@ -17,21 +27,4 @@ nt:
title: "#017 What is a clone?"
---

<img alt="A fork is a copy of the project that keeps a link to its original project. It’s usually used to propose code changes" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878596/gitfichas/en/016/full_ctyuza.jpg"><br><br>

| Command | Description |
|---------|-------------|
| _fork_ | It’s nothing more than a copy of a repository |
| _original repository_ | This copy maintains a link to the original repository |
| _why it is useful?_ | Usually used to propose code changes |
{: .styled-table}


<!--
<br>
You might also be interested in reading this article:

<a href="https://jtemporal.com/5-dicas-para-fazer-o-seu-pull-request-brilhar/">
<strong>5 Dicas Para Fazer o Seu Pull Request Brilhar ✨</strong>
</a>
-->
{% include mermaid-graphs.html %}