Skip to content

Commit ab88044

Browse files
authored
Merge pull request #463 from jtemporal/copilot/migrate-pt-card-41-to-mermaid
Migrate PT card #41 to Mermaid format
2 parents 691b88d + aebaf61 commit ab88044

File tree

2 files changed

+66
-19
lines changed

2 files changed

+66
-19
lines changed

_posts/2022-01-20-041.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
---
22
layout: post
3-
title: "#041 git stash push"
4-
image: "https://res.cloudinary.com/jesstemporal/image/upload/v1642964758/gitfichas/pt/041/thumbnail_kf7ksj.jpg"
3+
pretitle: Guardando
4+
title: alterações
5+
subtitle: para depois
6+
command: git stash push
7+
descriptors:
8+
- command: comando para gerenciar<br>stashes
9+
- part1: comando para criar<br>um novo stash
10+
info: "o push pode ser omitido"
11+
number: "041"
12+
author: "@jtemporal"
13+
mermaid: true
14+
use_static_image: true
515
permalink: "/projects/041"
616
translations:
7-
- lang: en
8-
url: /en/041
9-
- lang: es
10-
url: /es/041
17+
- lang: en
18+
url: /en/041
19+
- lang: es
20+
url: /es/041
1121
lang: "pt"
1222
pv:
1323
url: "/projects/040"
1424
title: "#040 o que é stash?"
1525
nt:
1626
url: "/projects/042"
17-
title: "#042 git stash -m alterações"
27+
title: "#042 git stash -m 'alterações'"
1828
---
1929

20-
##### Guardando alterações para depois
30+
{% include mermaid-graphs.html %}
2131

22-
<img alt="Para criar um stash, use o comando git stash push" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642964758/gitfichas/pt/041/full_m1zqzv.jpg"><br><br>
23-
24-
| Comando | Descrição |
25-
| ------------------- | -------------------------------- |
26-
| `stash` | comando para gerenciar stashes |
27-
| `push` | comando para criar um novo stash |
28-
| _informações extra_ | o push pode ser omitido |
29-
30-
{: .styled-table}
31-
32-
<br>
32+
---
3333

3434
Leia mais sobre esse comando no blog post a seguir:
3535

assets/img/mermaid/041.svg

Lines changed: 47 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)