Part 2: Second fourth content unordered lists from dash to asterisk (#51095)
This commit is contained in:
@@ -31,11 +31,11 @@ pick 7b36971 something to move before patch B
|
||||
|
||||
In this example, we're going to:
|
||||
|
||||
- Squash the fifth commit (`fa39187`) into the `"Patch A"` commit (`1fc6c95`), using `squash`.
|
||||
- Move the last commit (`7b36971`) up before the `"Patch B"` commit (`6b2481b`), and keep it as `pick`.
|
||||
- Merge the `"A fix for Patch B"` commit (`c619268`) into the `"Patch B"` commit (`6b2481b`), and disregard the commit message using `fixup`.
|
||||
- Split the third commit (`dd1475d`) into two smaller commits, using `edit`.
|
||||
- Fix the commit message of the misspelled commit (`4ca2acc`), using `reword`.
|
||||
* Squash the fifth commit (`fa39187`) into the `"Patch A"` commit (`1fc6c95`), using `squash`.
|
||||
* Move the last commit (`7b36971`) up before the `"Patch B"` commit (`6b2481b`), and keep it as `pick`.
|
||||
* Merge the `"A fix for Patch B"` commit (`c619268`) into the `"Patch B"` commit (`6b2481b`), and disregard the commit message using `fixup`.
|
||||
* Split the third commit (`dd1475d`) into two smaller commits, using `edit`.
|
||||
* Fix the commit message of the misspelled commit (`4ca2acc`), using `reword`.
|
||||
|
||||
Phew! This sounds like a lot of work, but by taking it one step at a time, we can easily make those changes.
|
||||
|
||||
@@ -144,4 +144,4 @@ Force pushing has serious implications because it changes the historical sequenc
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase)"
|
||||
* "[AUTOTITLE](/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase)"
|
||||
|
||||
Reference in New Issue
Block a user