-
-
Notifications
You must be signed in to change notification settings - Fork 43
Migrate en cards #040–#045 to Mermaid #488
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?
Conversation
✅ Deploy Preview for gitfichas ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| pretitle: Saving changes | ||
| title: for later |
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: 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 |
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: 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" |
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: "push is optional" | |
| info: "the push command can be omitted" |
| pretitle: How to | ||
| title: list stashes |
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: 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 |
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: 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 |
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: removes from the pile \nand applies changes | |
| - part1: removes a stash from the\npile and applies the changes |
| pretitle: | ||
| title: Deleting | ||
| subtitle: a specific stash |
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: 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 |
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: 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 |
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: 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 |
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: without passing an index, the most recent stash is deleted | |
| info: without passing an index, the most recent stash is used |
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:
Fixes #126
Fixes #125
Fixes #124
Fixes #123
Fixes #122
Fixes #121