Skip to content

Commit 5c3e4d7

Browse files
Copilotjtemporal
andcommitted
Migrate PT card 42 to Mermaid format
Co-authored-by: jtemporal <6595551+jtemporal@users.noreply.github.com>
1 parent 7b14f89 commit 5c3e4d7

File tree

3 files changed

+62
-19
lines changed

3 files changed

+62
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ Gemfile.lock
4343

4444
### Python ###
4545
.env
46+
.puppeteerrc.json

_posts/2022-01-21-042.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
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
4+
title: a um 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+
info: Leia mais sobre esse comando no blog post <a href="https://jtemporal.com/usando-git-stash-e-git-stash-pop/">Usando git stash e git stash pop</a>
12+
author: "@jtemporal"
13+
number: "042"
14+
mermaid: true
15+
use_static_image: true
516
permalink: "/projects/042"
617
translations:
718
- lang: en
@@ -14,21 +25,5 @@ nt:
1425
url: "/projects/043"
1526
title: "#043 git stash list"
1627
---
17-
##### Dando nome a um stash
1828

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>
29+
{% include mermaid-graphs.html %}

assets/img/mermaid/042.svg

Lines changed: 47 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)