mirror of https://git.FreeBSD.org/doc.git
Add missing whitespace and correct tagging to one command.
This commit is contained in:
parent
8b5b3a1ed3
commit
f86e96e387
|
|
@ -694,7 +694,7 @@ Eventually, when you are ready to commit your work back to main, you can perform
|
||||||
=== MFC (Merge From Current) Procedures
|
=== MFC (Merge From Current) Procedures
|
||||||
==== Summary
|
==== Summary
|
||||||
|
|
||||||
MFC workflow can be summarized as `git cherry-pick -x` plus git commit--amend to adjust the commit message.
|
MFC workflow can be summarized as `git cherry-pick -x` plus `git commit --amend` to adjust the commit message.
|
||||||
For multiple commits, use `git rebase -i` to squash them together and edit the commit message.
|
For multiple commits, use `git rebase -i` to squash them together and edit the commit message.
|
||||||
|
|
||||||
==== Single commit MFC
|
==== Single commit MFC
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue