@@ -401,7 +401,7 @@ Solution:
401
401
402
402
2. Apply the patch::
403
403
404
- git apply /path/to/patch.diff
404
+ $ git apply /path/to/patch.diff
405
405
406
406
If there are errors, update to a revision from when the patch was
407
407
created and then try the ``git apply`` again::
@@ -489,7 +489,7 @@ in place of the gray ``Enable auto-merge`` button you will find a green
489
489
490
490
In either case, adjust and clean up the commit message.
491
491
492
- Here's an example of a **good ** commit message:
492
+ ✅ Here's an example of a **good ** commit message:
493
493
494
494
.. code-block :: text
495
495
@@ -498,7 +498,7 @@ Here's an example of a **good** commit message:
498
498
* Add method A to the spam module
499
499
* Update the documentation of the spam module
500
500
501
- Here's an example of a **bad ** commit message:
501
+ ❌ Here's an example of a **bad ** commit message:
502
502
503
503
.. code-block :: text
504
504
@@ -573,7 +573,7 @@ The above commands will print out the hash of the commit containing
573
573
When formatting the commit message for a backport commit: leave the original
574
574
one as is and delete the number of the backport pull request.
575
575
576
- Example of good backport commit message:
576
+ ✅ Example of good backport commit message:
577
577
578
578
.. code-block :: text
579
579
@@ -584,7 +584,7 @@ Example of good backport commit message:
584
584
585
585
(cherry picked from commit 62adc55)
586
586
587
- Example of bad backport commit message:
587
+ ❌ Example of bad backport commit message:
588
588
589
589
.. code-block :: text
590
590
0 commit comments