1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix for md049 consistent emphasis (#38201)

Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
This commit is contained in:
Grace Park
2023-06-21 11:10:23 -07:00
committed by GitHub
parent 638de9b7da
commit 4545543862
224 changed files with 670 additions and 670 deletions

View File

@@ -92,7 +92,7 @@ edit dd1475d something I want to split
reword 4ca2acc i cant' typ goods
```
Git processes the two `pick` commands (for `pick 7b36971` and `pick 6b2481b`). It *also* processes the `fixup` command (`fixup c619268`), since it doesn't require any interaction. `fixup` merges the changes from `c619268` into the commit before it, `6b2481b`. Both changes will have the same commit message: `"Patch B"`.
Git processes the two `pick` commands (for `pick 7b36971` and `pick 6b2481b`). It _also_ processes the `fixup` command (`fixup c619268`), since it doesn't require any interaction. `fixup` merges the changes from `c619268` into the commit before it, `6b2481b`. Both changes will have the same commit message: `"Patch B"`.
Git gets to the `edit dd1475d` operation, stops, and prints the following message to the terminal: