diff --git a/assets/img/mermaid/035-en.svg b/assets/img/mermaid/035-en.svg
new file mode 100644
index 0000000..d374bda
--- /dev/null
+++ b/assets/img/mermaid/035-en.svg
@@ -0,0 +1,47 @@
+
\ No newline at end of file
diff --git a/assets/img/mermaid/040-en.svg b/assets/img/mermaid/040-en.svg
new file mode 100644
index 0000000..d49f53c
--- /dev/null
+++ b/assets/img/mermaid/040-en.svg
@@ -0,0 +1,47 @@
+
\ No newline at end of file
diff --git a/assets/img/mermaid/041-en.svg b/assets/img/mermaid/041-en.svg
new file mode 100644
index 0000000..c363590
--- /dev/null
+++ b/assets/img/mermaid/041-en.svg
@@ -0,0 +1,47 @@
+
\ No newline at end of file
diff --git a/assets/img/mermaid/042-en.svg b/assets/img/mermaid/042-en.svg
new file mode 100644
index 0000000..8970244
--- /dev/null
+++ b/assets/img/mermaid/042-en.svg
@@ -0,0 +1,47 @@
+
\ No newline at end of file
diff --git a/assets/img/mermaid/043-en.svg b/assets/img/mermaid/043-en.svg
new file mode 100644
index 0000000..b4d243a
--- /dev/null
+++ b/assets/img/mermaid/043-en.svg
@@ -0,0 +1,47 @@
+
\ No newline at end of file
diff --git a/assets/img/mermaid/044-en.svg b/assets/img/mermaid/044-en.svg
new file mode 100644
index 0000000..e7ab121
--- /dev/null
+++ b/assets/img/mermaid/044-en.svg
@@ -0,0 +1,47 @@
+
\ No newline at end of file
diff --git a/assets/img/mermaid/045-en.svg b/assets/img/mermaid/045-en.svg
new file mode 100644
index 0000000..1e67d8f
--- /dev/null
+++ b/assets/img/mermaid/045-en.svg
@@ -0,0 +1,47 @@
+
\ No newline at end of file
diff --git a/en/_posts/2022-01-09-035.md b/en/_posts/2022-01-09-035.md
index e663f8e..d2560d1 100644
--- a/en/_posts/2022-01-09-035.md
+++ b/en/_posts/2022-01-09-035.md
@@ -1,38 +1,29 @@
---
layout: post
-title: '#035 git switch -c name'
-image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878600/gitfichas/en/035/thumbnail_khbp1l.jpg"
+pretitle: Switching branches when creating
+title: a new branch
+command: git switch -c name
+descriptors:
+ - command: command to switch branches
+ - part1: option to create a new branch
+ - part2: branch name
+author: "@jtemporal"
+number: "035"
+mermaid: true
+use_static_image: true
permalink: "/en/035"
translations:
-- lang: pt
- url: /projects/035
-- lang: es
- url: /es/035
+ - lang: pt
+ url: /projects/035
+ - lang: es
+ url: /es/035
lang: "en"
pv:
url: "/en/034"
- title: "#034 git switch nome"
+ title: "#034 git switch name"
nt:
url: "/en/036"
title: "#036 git reset HEAD~3"
---
-##### Switching branches when creating a new branch
-
-
-| Command | Description |
-|---------|-------------|
-| `switch` | Command to switch branches |
-| `-c` | Flag to create a new branch |
-| `name` | Branch name |
-{: .styled-table}
-
-
-
-
+{% include mermaid-graphs.html %}
diff --git a/en/_posts/2022-01-19-040.md b/en/_posts/2022-01-19-040.md
index f43bd41..bf7b188 100644
--- a/en/_posts/2022-01-19-040.md
+++ b/en/_posts/2022-01-19-040.md
@@ -1,13 +1,22 @@
---
layout: post
-title: '#040 What is stash?'
-image: "https://res.cloudinary.com/jesstemporal/image/upload/v1642964722/gitfichas/en/040/thumbnail_efctyk.jpg"
-translations:
-- lang: es
- url: /es/040
-- lang: pt
- url: /projects/040
+pretitle: What is
+title: stash
+concept: true
+parts:
+ - part1: a set of changes saved into a stack to be used later
+ - part2: the command allows saving the changes made and returning to a clean state of the working directory
+ - part3: stash index in stash@{n}
+number: "040"
+author: "@jtemporal"
+mermaid: true
+use_static_image: true
permalink: "/en/040"
+translations:
+ - lang: pt
+ url: /projects/040
+ - lang: es
+ url: /es/040
lang: "en"
pv:
url: "/en/039"
@@ -17,21 +26,4 @@ nt:
title: "#041 git stash push"
---
-
-
-| Command | Description |
-|---------|-------------|
-| `stash` | is a bundle of changes stored into a stack to be used later |
-| _why it is useful?_ | the command provides a way for saving the changes made and safely go back to a clean state of the working directory |
-| `“n”` em `stash@{n}` | stash index |
-{: .styled-table}
-
-
+{% include mermaid-graphs.html %}
diff --git a/en/_posts/2022-01-20-041.md b/en/_posts/2022-01-20-041.md
index 79b912b..5039af5 100644
--- a/en/_posts/2022-01-20-041.md
+++ b/en/_posts/2022-01-20-041.md
@@ -1,13 +1,22 @@
---
layout: post
-title: '#041 git stash push'
-image: "https://res.cloudinary.com/jesstemporal/image/upload/v1642964722/gitfichas/en/041/thumbnail_uu3g28.jpg"
-translations:
-- lang: pt
- url: /projects/041
-- lang: es
- url: /es/041
+pretitle: Saving changes
+title: for later
+command: git stash push
+descriptors:
+ - command: command to manage \nstashes
+ - part1: create a \nnew stash
+info: "push is optional"
+number: "041"
+author: "@jtemporal"
+mermaid: true
+use_static_image: true
permalink: "/en/041"
+translations:
+ - lang: pt
+ url: /projects/041
+ - lang: es
+ url: /es/041
lang: "en"
pv:
url: "/en/040"
@@ -16,23 +25,5 @@ nt:
url: "/en/042"
title: "#042 git stash -m “changes”"
---
-##### Saving changes for later
-
-
-
-| Command | Description |
-|---------|-------------|
-| `stash` | command to manage stashes |
-| `push` | command to creta a new stash |
-| _extra information_ | the push command can be omitted |
-{: .styled-table}
-
-
+{% include mermaid-graphs.html %}
diff --git a/en/_posts/2022-01-21-042.md b/en/_posts/2022-01-21-042.md
index ebfe817..41aec61 100644
--- a/en/_posts/2022-01-21-042.md
+++ b/en/_posts/2022-01-21-042.md
@@ -1,13 +1,22 @@
---
layout: post
-title: '#042 git stash -m “changes”'
-image: "https://res.cloudinary.com/jesstemporal/image/upload/v1693392223/gitfichas/en/042/thumbnail_yzjbbg.jpg"
-translations:
-- lang: pt
- url: /projects/042
-- lang: es
- url: /es/042
+pretitle: Naming a
+title: stash
+command: git stash -m 'changes'
+descriptors:
+ - command: command to manage \nstashes
+ - part1: flag to write \na stash message
+ - part2: message describing \nthe changes
+author: "@jtemporal"
+number: "042"
+mermaid: true
+use_static_image: true
permalink: "/en/042"
+translations:
+ - lang: pt
+ url: /projects/042
+ - lang: es
+ url: /es/042
lang: "en"
pv:
url: "/en/041"
@@ -16,23 +25,5 @@ nt:
url: "/en/043"
title: "#043 git stash list"
---
-##### Naming a stash
-
-
-
-| Command | Description |
-|---------|-------------|
-| `stash` | command to manage stashes |
-| `-m` | flag write a stash message |
-| `“changes”` | message describing the changes |
-{: .styled-table}
-
-
+{% include mermaid-graphs.html %}
diff --git a/en/_posts/2022-01-22-043.md b/en/_posts/2022-01-22-043.md
index f4c9967..7a6b1a6 100644
--- a/en/_posts/2022-01-22-043.md
+++ b/en/_posts/2022-01-22-043.md
@@ -1,37 +1,29 @@
---
layout: post
-title: '#043 git stash list'
-image: "https://res.cloudinary.com/jesstemporal/image/upload/v1642964722/gitfichas/en/043/thumbnail_rclvmu.jpg"
-translations:
-- lang: pt
- url: /projects/043
-- lang: es
- url: /es/043
+pretitle: How to
+title: list stashes
+command: git stash list
+descriptors:
+ - command: command to manage \nstashes
+ - part1: show the list \nof existing stashes
+info: ""
+author: "@jtemporal"
+number: "043"
+mermaid: true
+use_static_image: true
permalink: "/en/043"
+translations:
+ - lang: pt
+ url: /projects/043
+ - lang: es
+ url: /es/043
lang: "en"
pv:
url: "/en/042"
- title: "#042 git stash -m “changes”"
+ title: "#042 git stash -m 'changes'"
nt:
url: "/en/044"
title: "#044 git stash pop"
---
-##### How to list existing stash entries
-
-
-
-| Command | Description |
-|---------|-------------|
-| `stash` | command to manage stashes |
-| `list` | command to show the list of stashes |
-{: .styled-table}
-
-
+{% include mermaid-graphs.html %}
diff --git a/en/_posts/2022-01-23-044.md b/en/_posts/2022-01-23-044.md
index a9c5eb9..2df629f 100644
--- a/en/_posts/2022-01-23-044.md
+++ b/en/_posts/2022-01-23-044.md
@@ -1,12 +1,22 @@
---
layout: post
-title: '#044 git stash pop'
-image: "https://res.cloudinary.com/jesstemporal/image/upload/v1642964723/gitfichas/en/044/thumbnail_qscsac.jpg"
+pretitle:
+title: Removing
+subtitle: a stash from the pile and applying it
+command: git stash pop
+descriptors:
+ - command: command to manage \nstashes
+ - part1: removes from the pile \nand applies changes
+info: without passing an index, the most recent stash is used
+author: "@jtemporal"
+number: "044"
+mermaid: true
+use_static_image: true
translations:
-- lang: pt
- url: /projects/044
-- lang: es
- url: /es/044
+ - lang: pt
+ url: /projects/044
+ - lang: es
+ url: /es/044
permalink: "/en/044"
lang: "en"
pv:
@@ -16,23 +26,5 @@ nt:
url: "/en/045"
title: "#045 git stash drop stash@{2}"
---
-##### Removing a stash from the pile and applying it
-
-
-| Command | Description |
-|---------|-------------|
-| `stash` | command to manage stashes |
-| `pop` | removes a stash from the pile and apply the changes |
-| _extra information_ | without passing an index the most recent stash is used |
-{: .styled-table}
-
-
+{% include mermaid-graphs.html %}
diff --git a/en/_posts/2022-02-05-045.md b/en/_posts/2022-02-05-045.md
index d84a342..e0d1eaf 100644
--- a/en/_posts/2022-02-05-045.md
+++ b/en/_posts/2022-02-05-045.md
@@ -1,39 +1,31 @@
---
layout: post
-title: '#045 git stash drop stash@{2}'
-image: "https://res.cloudinary.com/jesstemporal/image/upload/v1644148962/gitfichas/en/045/thumbnail_nchzol.jpg"
-translations:
-- lang: pt
- url: /projects/045
-- lang: es
- url: /es/045
+pretitle:
+title: Deleting
+subtitle: a specific stash
+command: git stash drop stash@{2}
+descriptors:
+ - command: command to manage \nstashes
+ - part1: delete a stash \nfrom the pile
+ - part2: index of the stash \nto be deleted
+info: without passing an index, the most recent stash is deleted
+author: "@jtemporal"
+number: "045"
+mermaid: true
+use_static_image: true
permalink: "/en/045"
+translations:
+ - lang: pt
+ url: /projects/045
+ - lang: es
+ url: /es/045
lang: "en"
-previous:
+pv:
url: "/en/044"
title: "#044 git stash pop"
-next:
+nt:
url: "/en/046"
title: "#046 git stash apply stash@{2}"
---
-##### Throwing out a stash
-
-
-
-| Command | Description |
-|---------|-------------|
-| `stash` | command to manage stashes |
-| `drop` | removes a stash from the pile |
-| `stash@{1}` | second to last stash |
-| _extra information_ | without passing an index the most recent stash is used |
-{: .styled-table}
-
-
+{% include mermaid-graphs.html %}