Skip to content

Commit 176c64f

Browse files
author
Wayne Witzel III
committed
doc: fixing cherry-pick command
1 parent 006155c commit 176c64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributions/forward-porting-bugs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Copy the SHA since we will use it to cherry-pick the fix in to master.
2525

2626
git checkout master
2727
git checkout -b <fixed-branch-name>
28-
git cherry-pick -m <merge-commit-sha>
28+
git cherry-pick -m 1 <merge-commit-sha>
2929

3030
You may have some minor merge conflicts with the cherry-pick that need
3131
to be fixed, this is rare when forwarding porting, but occasionally it

0 commit comments

Comments
 (0)