-
Notifications
You must be signed in to change notification settings - Fork 188
Remove chapter legacy installation from working with extensions #525
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
|
We must move the content somewhere before we remove it from here. And redirects are needed |
|
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-525-to-12.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick c9d044e7e5c45b3af09b228536a8d3b518917bdd,ef5054cd9b8bc1cf2fbc640f98951fe81dcbefdc,a85b2d5626c2d060e80459b0809923befdb6c3c1
# Push it to GitHub
git push --set-upstream origin backport-525-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-525-to-13.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick c9d044e7e5c45b3af09b228536a8d3b518917bdd,ef5054cd9b8bc1cf2fbc640f98951fe81dcbefdc,a85b2d5626c2d060e80459b0809923befdb6c3c1
# Push it to GitHub
git push --set-upstream origin backport-525-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] Remove chapter legacy installation from working with extensions * Update Index.rst --------- Co-authored-by: Kiebele <[email protected]> Co-authored-by: Lina Wolf <[email protected]> (cherry picked from commit 784e2c8)
* [TASK] Remove chapter legacy installation from working with extensions * Update Index.rst --------- Co-authored-by: Kiebele <[email protected]> Co-authored-by: Lina Wolf <[email protected]> (cherry picked from commit 784e2c8)
No description provided.