From 5900298c99439a95b822678f9b6db5b0d83b1414 Mon Sep 17 00:00:00 2001 From: "dev-docs-github-app[bot]" <178952281+dev-docs-github-app[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:30:15 +0000 Subject: [PATCH] md file --- docs/merge your drafts to another branch.md | 60 +++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 docs/merge your drafts to another branch.md diff --git a/docs/merge your drafts to another branch.md b/docs/merge your drafts to another branch.md new file mode 100644 index 000000000..d098e073b --- /dev/null +++ b/docs/merge your drafts to another branch.md @@ -0,0 +1,60 @@ + + + # How to Merge Your Drafts to Another Branch + +## Step 1: Open the drafts menu +![Open drafts menu](/img/merge_your_drafts_to_another_branch/step_1.png) + +Click on the "Your user-facing docs" dropdown in the top left corner to open the drafts menu. + +## Step 2: View draft contents +![View draft contents](/img/merge_your_drafts_to_another_branch/step_2.png) + +Select a draft to view its contents in the main editor area. + +## Step 3: Open the "Push to GitHub" menu +![Open Push to GitHub menu](/img/merge_your_drafts_to_another_branch/step_3.png) + +Click the "Push to GitHub" button in the top right corner to open the push options. + +## Step 4: Select drafts to push +![Select drafts](/img/merge_your_drafts_to_another_branch/step_4.png) + +In the "Push drafts to GitHub" menu, click "Select drafts to push" to choose which drafts you want to merge. + +## Step 5: Choose drafts +![Choose drafts](/img/merge_your_drafts_to_another_branch/step_5.png) + +Select the checkboxes next to the drafts you want to merge. + +## Step 6: Confirm selected drafts +![Confirm selection](/img/merge_your_drafts_to_another_branch/step_6.png) + +Verify that the correct drafts are selected (you should see "2 items selected"). + +## Step 7: Select the target branch +![Select branch](/img/merge_your_drafts_to_another_branch/step_7.png) + +Click on the branch selection dropdown to choose the target branch for merging. + +## Step 8: Choose the target branch +![Choose branch](/img/merge_your_drafts_to_another_branch/step_8.png) + +Select the branch you want to merge your drafts into from the list of available branches. + +## Step 9: Confirm branch selection +![Confirm branch](/img/merge_your_drafts_to_another_branch/step_9.png) + +Ensure that the correct branch is selected as the target for merging your drafts. + +## Step 10: Push changes to GitHub +![Push changes](/img/merge_your_drafts_to_another_branch/step_11.png) + +Click the "Push change to GitHub" button to start the merging process. + +## Step 11: Verify successful merge +![Verify success](/img/merge_your_drafts_to_another_branch/step_12.png) + +After pushing the changes, you should see a success message confirming that the changes were pushed successfully to the selected branch on GitHub. + + \ No newline at end of file