Skip to content

Commit f4fec83

Browse files
authored
Merge pull request #464 from jtemporal/copilot/migrate-pt-br-card-42
Migrate PT card 42 (git stash -m) to Mermaid format
2 parents a923658 + 953e13e commit f4fec83

File tree

2 files changed

+60
-19
lines changed

2 files changed

+60
-19
lines changed

_posts/2022-01-21-042.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
---
22
layout: post
3-
title: '#042 git stash -m “alterações”'
4-
image: "https://res.cloudinary.com/jesstemporal/image/upload/v1642964758/gitfichas/pt/042/thumbnail_g1sl7r.jpg"
3+
pretitle: Dando nome a um
4+
title: stash
5+
subtitle:
6+
command: git stash -m 'alterações'
7+
descriptors:
8+
- command: comando para gerenciar stashes
9+
- part1: flag para escrever uma<br>mensagem de stash
10+
- part2: mensagem descrevendo<br>as mudanças
11+
author: "@jtemporal"
12+
number: "042"
13+
mermaid: true
14+
use_static_image: true
515
permalink: "/projects/042"
616
translations:
717
- lang: en
@@ -14,21 +24,5 @@ nt:
1424
url: "/projects/043"
1525
title: "#043 git stash list"
1626
---
17-
##### Dando nome a um stash
1827

19-
<img alt="Para criar um stash nomeado, use o comando git stash -m seguido da mensagem descrevendo as mudanças" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642964759/gitfichas/pt/042/full_zd11ve.jpg"><br><br>
20-
21-
| Comando | Descrição |
22-
|---------|-----------|
23-
| `stash` | comando para gerenciar stashes |
24-
| `-m` | flag para escrever uma mensagem de stash |
25-
| `“alterações”` | mensagem descrevendo as mudanças |
26-
{: .styled-table}
27-
28-
<br>
29-
30-
Leia mais sobre esse comando no blog post a seguir:
31-
32-
<a href="https://jtemporal.com/usando-git-stash-e-git-stash-pop/">
33-
<strong>Usando git stash e git stash pop</strong>
34-
</a>
28+
{% include mermaid-graphs.html %}

assets/img/mermaid/042.svg

Lines changed: 47 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)