Skip to content

Conversation

@D3PA
Copy link
Contributor

@D3PA D3PA commented Oct 31, 2025

Summary:

Successfully migrated GitFichas English cards #40 through #45 to the new Mermaid diagram format, ensuring all formatting, structure, and linking requirements are met.

Changes Made:

  • Created English versions in Mermaid format:
    • en/_posts/2022-01-19-040.md
    • en/_posts/2022-01-20-041.md
    • en/_posts/2022-01-21-042.md
    • en/_posts/2022-01-22-043.md
    • en/_posts/2022-01-23-044.md
    • en/_posts/2022-01-24-045.md
  • Generated static SVG diagrams:
    • assets/img/mermaid/040-en.svg
    • assets/img/mermaid/041-en.svg
    • assets/img/mermaid/042-en.svg
    • assets/img/mermaid/043-en.svg
    • assets/img/mermaid/044-en.svg
    • assets/img/mermaid/045-en.svg

Fixes #126
Fixes #125
Fixes #124
Fixes #123
Fixes #122
Fixes #121

@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for gitfichas ready!

Name Link
🔨 Latest commit 58da75c
🔍 Latest deploy log https://app.netlify.com/projects/gitfichas/deploys/6904440fb835310008b8d679
😎 Deploy Preview https://deploy-preview-488--gitfichas.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment on lines +3 to +4
pretitle: Saving changes
title: for later
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pretitle: Saving changes
title: for later
pretitle:
title: Stashing
subtitle: changes

command: git stash push
descriptors:
- command: command to manage \nstashes
- part1: create a \nnew stash
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- part1: create a \nnew stash
- part1: command to create\na new stash

descriptors:
- command: command to manage \nstashes
- part1: create a \nnew stash
info: "push is optional"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
info: "push is optional"
info: "the push command can be omitted"

Comment on lines +3 to +4
pretitle: How to
title: list stashes
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pretitle: How to
title: list stashes
pretitle: List existing
title: stashes

command: git stash list
descriptors:
- command: command to manage \nstashes
- part1: show the list \nof existing stashes
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- part1: show the list \nof existing stashes
- part1: command to show\nthe list of stashes

command: git stash pop
descriptors:
- command: command to manage \nstashes
- part1: removes from the pile \nand applies changes
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- part1: removes from the pile \nand applies changes
- part1: removes a stash from the\npile and applies the changes

Comment on lines +3 to +5
pretitle:
title: Deleting
subtitle: a specific stash
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pretitle:
title: Deleting
subtitle: a specific stash
pretitle: Throwing out a
title: stash
subtitle:

command: git stash drop stash@{2}
descriptors:
- command: command to manage \nstashes
- part1: delete a stash \nfrom the pile
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- part1: delete a stash \nfrom the pile
- part1: removes a stash \nfrom the pile

descriptors:
- command: command to manage \nstashes
- part1: delete a stash \nfrom the pile
- part2: index of the stash \nto be deleted
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- part2: index of the stash \nto be deleted
- part2: second to last\nstash

- 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
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
info: without passing an index, the most recent stash is deleted
info: without passing an index, the most recent stash is used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In Progress

2 participants