-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix incorrect docs #58108
Fix incorrect docs #58108
Conversation
c817a62
to
a38616a
Compare
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_34 release-3_34
# Navigate to the new working tree
cd .worktrees/backport-release-3_34
# Create a new branch
git switch --create backport-58108-to-release-3_34
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick a38616a2cf74319e415cd1083b2051f601a1d3a0
# Push it to GitHub
git push --set-upstream origin backport-58108-to-release-3_34
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_34 Then, create a pull request where the |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_38 release-3_38
# Navigate to the new working tree
cd .worktrees/backport-release-3_38
# Create a new branch
git switch --create backport-58108-to-release-3_38
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick a38616a2cf74319e415cd1083b2051f601a1d3a0
# Push it to GitHub
git push --set-upstream origin backport-58108-to-release-3_38
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_38 Then, create a pull request where the |
No description provided.