From 669d02583e78cad454e5f338e0b2507a98bba69d Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Mon, 8 Mar 2021 17:15:51 +0000 Subject: [PATCH] Fix broken image in desktop article (#18123) --- ...o-delete.png => select-branch-from-dropdown.png} | Bin ...mitting-and-reviewing-changes-to-your-project.md | 2 +- .../managing-branches.md | 10 +++++----- 3 files changed, 6 insertions(+), 6 deletions(-) rename assets/images/help/desktop/{select-branch-to-delete.png => select-branch-from-dropdown.png} (100%) diff --git a/assets/images/help/desktop/select-branch-to-delete.png b/assets/images/help/desktop/select-branch-from-dropdown.png similarity index 100% rename from assets/images/help/desktop/select-branch-to-delete.png rename to assets/images/help/desktop/select-branch-from-dropdown.png diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/committing-and-reviewing-changes-to-your-project.md b/content/desktop/contributing-and-collaborating-using-github-desktop/committing-and-reviewing-changes-to-your-project.md index bee5116a9a..fc9f1d608c 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/committing-and-reviewing-changes-to-your-project.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/committing-and-reviewing-changes-to-your-project.md @@ -16,7 +16,7 @@ versions: ### 1. Choosing a branch and making changes 1. [Create a new branch](/desktop/guides/contributing-to-projects/managing-branches), or select an existing branch by clicking {% octicon "git-branch" aria-label="The branch icon" %} **Current Branch** on the toolbar and selecting the branch from the list. - ![Drop down menu to switch your current branch](/assets/images/help/desktop/click-branch-in-drop-down.png) + ![Drop down menu to switch your current branch](/assets/images/help/desktop/select-branch-from-dropdown.png) {% data reusables.desktop.make-changes %} ### 2. Selecting changes to include in a commit diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/managing-branches.md b/content/desktop/contributing-and-collaborating-using-github-desktop/managing-branches.md index e836389a0b..a63906b36e 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/managing-branches.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/managing-branches.md @@ -30,7 +30,7 @@ You can always create a branch in {% data variables.product.prodname_desktop %} {% mac %} {% data reusables.desktop.click-base-branch-in-drop-down %} - ![Drop-down menu to switch your current branch](/assets/images/help/desktop/select-branch-to-delete.png) + ![Drop-down menu to switch your current branch](/assets/images/help/desktop/select-branch-from-dropdown.png) {% data reusables.desktop.create-new-branch %} ![New Branch option in the Branch menu](/assets/images/help/desktop/new-branch-button-mac.png) {% data reusables.desktop.name-branch %} @@ -62,7 +62,7 @@ You can always create a branch in {% data variables.product.prodname_desktop %} If you create a branch on {% data variables.product.product_name %}, you'll need to publish the branch to make it available for collaboration on {% data variables.product.prodname_dotcom %}. 1. At the top of the app, click {% octicon "git-branch" aria-label="The branch icon" %} **Current Branch**, then click the branch that you want to publish. - ![Drop-down menu to select which branch to publish](/assets/images/help/desktop/select-branch-to-delete.png) + ![Drop-down menu to select which branch to publish](/assets/images/help/desktop/select-branch-from-dropdown.png) 2. Click **Publish branch**. ![The Publish branch button](/assets/images/help/desktop/publish-branch-button.png) @@ -76,7 +76,7 @@ You can view and make commits to any of your repository's branches. If you have {% data reusables.desktop.current-branch-menu %} {% data reusables.desktop.switching-between-branches %} - ![List of branches in the repository](/assets/images/help/desktop/select-branch-to-delete.png) + ![List of branches in the repository](/assets/images/help/desktop/select-branch-from-dropdown.png) 3. If you have saved, uncommitted changes, choose **Leave my changes** or **Bring my changes**, then click **Switch Branch**. ![Switch branch with changes options](/assets/images/help/desktop/stash-changes-options.png) @@ -87,7 +87,7 @@ You can't delete a branch if it's currently associated with an open pull request {% mac %} {% data reusables.desktop.select-branch-to-delete %} - ![Drop-down menu to select which branch to delete](/assets/images/help/desktop/select-branch-to-delete.png) + ![Drop-down menu to select which branch to delete](/assets/images/help/desktop/select-branch-from-dropdown.png) {% data reusables.desktop.delete-branch-mac %} ![Delete... option in the Branch menu](/assets/images/help/desktop/delete-branch-mac.png) @@ -96,7 +96,7 @@ You can't delete a branch if it's currently associated with an open pull request {% windows %} {% data reusables.desktop.select-branch-to-delete %} - ![Drop-down menu to select which branch to delete](/assets/images/help/desktop/select-branch-to-delete.png) + ![Drop-down menu to select which branch to delete](/assets/images/help/desktop/select-branch-from-dropdown.png) {% data reusables.desktop.delete-branch-win %} ![Delete... option in the Branch menu](/assets/images/help/desktop/delete-branch-win.png)