-
-
Notifications
You must be signed in to change notification settings - Fork 31
Migrate English cards 031-033 from image format to Mermaid format #413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Migrate English cards 031-033 from image format to Mermaid format #413
Conversation
- Convert cards 031, 032, and 033 to new Mermaid diagram structure - Add descriptors for git commands: commit --amend, restore, and clone - Generate corresponding SVG files in assets/img/mermaid/ - Add use_static_image: true flags for proper rendering - Maintain existing navigation and translation links
✅ Deploy Preview for gitfichas ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please regenerate the images after adjusting the text. Note: the text should always be the same as in the original card.
pretitle: Adjusting the | ||
title: last commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretitle: Adjusting the | |
title: last commit | |
pretitle: Adjusting the last | |
title: commit |
pretitle: | ||
title: Discarding | ||
subtitle: changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretitle: | |
title: Discarding | |
subtitle: changes | |
pretitle: Discarding | |
title: changes | |
subtitle: |
pretitle: Naming the | ||
title: clone folder | ||
subtitle: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretitle: Naming the | |
title: clone folder | |
subtitle: | |
pretitle: Naming the | |
title: clone | |
subtitle: destination folder |
subtitle: | ||
command: git clone url name | ||
descriptors: | ||
- command: downloads<br>repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- command: downloads<br>repository | |
- command: command to download<br>the repository |
descriptors: | ||
- command: downloads<br>repository | ||
- part1: repository<br>path | ||
- part2: folder name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- part2: folder name | |
- part2: name of the<br>target folder |
subtitle: changes | ||
command: git restore name | ||
descriptors: | ||
- command: restores<br>previous state |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- command: restores<br>previous state | |
- command: command to restore<br>the previous state |
descriptors: | ||
- command: restores<br>previous state | ||
- part1: file name | ||
- info: changes not<br>added to staging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- info: changes not<br>added to staging | |
info: the changes that are<br> discarded are not on staging |
- part1: flag to<br>fix last commit | ||
author: "@jtemporal" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- part1: flag to<br>fix last commit | |
author: "@jtemporal" | |
- part1: flag to<br>fix last commit | |
info: by default, amend will adjust the last commit<br>creating a new commit | |
author: "@jtemporal" |
Fixes #135
Fixes #134
Fixes #133