-
Notifications
You must be signed in to change notification settings - Fork 188
[Task] List of recommended extensions #536
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
Conversation
All changes have been applied
sarahmccarthy123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor language corrections :-)
Co-authored-by: Sarah McCarthy <[email protected]>
Co-authored-by: Sarah McCarthy <[email protected]>
Co-authored-by: Sarah McCarthy <[email protected]>
Co-authored-by: Sarah McCarthy <[email protected]>
|
The backport to stderrstdoutTo 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-12.4 12.4
# Navigate to the new working tree
cd .worktrees/backport-12.4
# Create a new branch
git switch --create backport-536-to-12.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick b475ea466feed301cc8b4d5bc64120aa6efcd2b9,2b23c90c921c7e77a8a8b3c20816bd5566023531,6532f25caf2698ff53f475644c5eda25b2b478cc,5396fd303450a196727e8ace49d97ec660eeb405,00ac992516eed01eb7b733056c3f4c97e97c0731,5e9720dfb37a0a9bcd8447ff693dbd5182d19f23,f95a774c1693839b7361a9f38574fcab3490f60e,42a43c350727dd2b400033060de488b03166c662
# Push it to GitHub
git push --set-upstream origin backport-536-to-12.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-12.4Then, create a pull request where the |
|
The backport to stderrstdoutTo 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-13.4 13.4
# Navigate to the new working tree
cd .worktrees/backport-13.4
# Create a new branch
git switch --create backport-536-to-13.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick b475ea466feed301cc8b4d5bc64120aa6efcd2b9,2b23c90c921c7e77a8a8b3c20816bd5566023531,6532f25caf2698ff53f475644c5eda25b2b478cc,5396fd303450a196727e8ace49d97ec660eeb405,00ac992516eed01eb7b733056c3f4c97e97c0731,5e9720dfb37a0a9bcd8447ff693dbd5182d19f23,f95a774c1693839b7361a9f38574fcab3490f60e,42a43c350727dd2b400033060de488b03166c662
# Push it to GitHub
git push --set-upstream origin backport-536-to-13.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-13.4Then, create a pull request where the |
* [Task] List of recommended extensions --------- Co-authored-by: Kiebele <[email protected]> Co-authored-by: Lina Wolf <[email protected]> Co-authored-by: Sarah McCarthy <[email protected]> (cherry picked from commit c4aa371)
* [Task] List of recommended extensions --------- Co-authored-by: Kiebele <[email protected]> Co-authored-by: Lina Wolf <[email protected]> Co-authored-by: Sarah McCarthy <[email protected]> (cherry picked from commit c4aa371)
No description provided.