-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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 | ||||||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| info: "push is optional" | ||||||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| 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 | ||||||
|
|
||||||
| <img alt="To create a stash, use the command git stash push." src="https://res.cloudinary.com/jesstemporal/image/upload/v1642964723/gitfichas/en/041/full_iswlps.jpg"><br><br> | ||||||
|
|
||||||
| | Command | Description | | ||||||
| |---------|-------------| | ||||||
| | `stash` | command to manage stashes | | ||||||
| | `push` | command to creta a new stash | | ||||||
| | _extra information_ | the push command can be omitted | | ||||||
| {: .styled-table} | ||||||
|
|
||||||
| <!-- | ||||||
| <br> | ||||||
|
|
||||||
| Read more about this command in the following blog post: | ||||||
|
|
||||||
| <a href="FILL"> | ||||||
| <strong>FILL</strong> | ||||||
| </a> | ||||||
| --> | ||||||
| {% include mermaid-graphs.html %} | ||||||
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -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 | ||||||||||
|
Comment on lines
+3
to
+4
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| command: git stash list | ||||||||||
| descriptors: | ||||||||||
| - command: command to manage \nstashes | ||||||||||
| - part1: show the list \nof existing stashes | ||||||||||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| info: "" | ||||||||||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| 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 | ||||||||||
|
|
||||||||||
| <img alt="To list stash entreis, use the command git stash list." src="https://res.cloudinary.com/jesstemporal/image/upload/v1642964722/gitfichas/en/043/full_qdsc7t.jpg"><br><br> | ||||||||||
|
|
||||||||||
| | Command | Description | | ||||||||||
| |---------|-------------| | ||||||||||
| | `stash` | command to manage stashes | | ||||||||||
| | `list` | command to show the list of stashes | | ||||||||||
| {: .styled-table} | ||||||||||
|
|
||||||||||
| <!-- | ||||||||||
| <br> | ||||||||||
| Read more about this command in the following blog post: | ||||||||||
|
|
||||||||||
| <a href="FILL"> | ||||||||||
| <strong>FILL</strong> | ||||||||||
| </a> | ||||||||||
| --> | ||||||||||
| {% include mermaid-graphs.html %} | ||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -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 | ||||||||||||||
|
Comment on lines
+3
to
+5
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
| command: git stash pop | ||||||||||||||
| descriptors: | ||||||||||||||
| - command: command to manage \nstashes | ||||||||||||||
| - part1: removes from the pile \nand applies changes | ||||||||||||||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
| 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 | ||||||||||||||
|
|
||||||||||||||
| <img alt="To remove a stash entry from the pile and apply the changes it contains at the same time, use the command git stash pop" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642964724/gitfichas/en/044/full_hvzjs2.jpg"><br><br> | ||||||||||||||
|
|
||||||||||||||
| | 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} | ||||||||||||||
|
|
||||||||||||||
| <!-- | ||||||||||||||
| <br> | ||||||||||||||
|
|
||||||||||||||
| Read more about this command in the following blog post: | ||||||||||||||
|
|
||||||||||||||
| <a href="FILL"> | ||||||||||||||
| <strong>FILL</strong> | ||||||||||||||
| </a> | ||||||||||||||
| --> | ||||||||||||||
| {% include mermaid-graphs.html %} | ||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -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 | ||||||||||||||
|
Comment on lines
+3
to
+5
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
| command: git stash drop stash@{2} | ||||||||||||||
| descriptors: | ||||||||||||||
| - command: command to manage \nstashes | ||||||||||||||
| - part1: delete a stash \nfrom the pile | ||||||||||||||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
| - part2: index of the stash \nto be deleted | ||||||||||||||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||||||||||||||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||
| 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 | ||||||||||||||
|
|
||||||||||||||
| <img alt="To remove a stash entry from the pile, use the command git stash drop followed by the stash name" src="https://res.cloudinary.com/jesstemporal/image/upload/v1644148964/gitfichas/en/045/full_zugn9f.jpg"><br><br> | ||||||||||||||
|
|
||||||||||||||
| | 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} | ||||||||||||||
|
|
||||||||||||||
| <!-- | ||||||||||||||
| <br> | ||||||||||||||
| Read more about this command in the following blog post: | ||||||||||||||
|
|
||||||||||||||
| <a href="FILL"> | ||||||||||||||
| <strong>FILL</strong> | ||||||||||||||
| </a> | ||||||||||||||
| --> | ||||||||||||||
| {% include mermaid-graphs.html %} | ||||||||||||||
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.