Skip to content

Commit 669d025

Browse files
authored
Fix broken image in desktop article (#18123)
1 parent 83686f6 commit 669d025

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

assets/images/help/desktop/select-branch-to-delete.png renamed to assets/images/help/desktop/select-branch-from-dropdown.png

File renamed without changes.

content/desktop/contributing-and-collaborating-using-github-desktop/committing-and-reviewing-changes-to-your-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ versions:
1616
### 1. Choosing a branch and making changes
1717

1818
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.
19-
![Drop down menu to switch your current branch](/assets/images/help/desktop/click-branch-in-drop-down.png)
19+
![Drop down menu to switch your current branch](/assets/images/help/desktop/select-branch-from-dropdown.png)
2020
{% data reusables.desktop.make-changes %}
2121

2222
### 2. Selecting changes to include in a commit

content/desktop/contributing-and-collaborating-using-github-desktop/managing-branches.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can always create a branch in {% data variables.product.prodname_desktop %}
3030
{% mac %}
3131

3232
{% data reusables.desktop.click-base-branch-in-drop-down %}
33-
![Drop-down menu to switch your current branch](/assets/images/help/desktop/select-branch-to-delete.png)
33+
![Drop-down menu to switch your current branch](/assets/images/help/desktop/select-branch-from-dropdown.png)
3434
{% data reusables.desktop.create-new-branch %}
3535
![New Branch option in the Branch menu](/assets/images/help/desktop/new-branch-button-mac.png)
3636
{% data reusables.desktop.name-branch %}
@@ -62,7 +62,7 @@ You can always create a branch in {% data variables.product.prodname_desktop %}
6262
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 %}.
6363

6464
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.
65-
![Drop-down menu to select which branch to publish](/assets/images/help/desktop/select-branch-to-delete.png)
65+
![Drop-down menu to select which branch to publish](/assets/images/help/desktop/select-branch-from-dropdown.png)
6666
2. Click **Publish branch**.
6767
![The Publish branch button](/assets/images/help/desktop/publish-branch-button.png)
6868

@@ -76,7 +76,7 @@ You can view and make commits to any of your repository's branches. If you have
7676

7777
{% data reusables.desktop.current-branch-menu %}
7878
{% data reusables.desktop.switching-between-branches %}
79-
![List of branches in the repository](/assets/images/help/desktop/select-branch-to-delete.png)
79+
![List of branches in the repository](/assets/images/help/desktop/select-branch-from-dropdown.png)
8080
3. If you have saved, uncommitted changes, choose **Leave my changes** or **Bring my changes**, then click **Switch Branch**.
8181
![Switch branch with changes options](/assets/images/help/desktop/stash-changes-options.png)
8282

@@ -87,7 +87,7 @@ You can't delete a branch if it's currently associated with an open pull request
8787
{% mac %}
8888

8989
{% data reusables.desktop.select-branch-to-delete %}
90-
![Drop-down menu to select which branch to delete](/assets/images/help/desktop/select-branch-to-delete.png)
90+
![Drop-down menu to select which branch to delete](/assets/images/help/desktop/select-branch-from-dropdown.png)
9191
{% data reusables.desktop.delete-branch-mac %}
9292
![Delete... option in the Branch menu](/assets/images/help/desktop/delete-branch-mac.png)
9393

@@ -96,7 +96,7 @@ You can't delete a branch if it's currently associated with an open pull request
9696
{% windows %}
9797

9898
{% data reusables.desktop.select-branch-to-delete %}
99-
![Drop-down menu to select which branch to delete](/assets/images/help/desktop/select-branch-to-delete.png)
99+
![Drop-down menu to select which branch to delete](/assets/images/help/desktop/select-branch-from-dropdown.png)
100100
{% data reusables.desktop.delete-branch-win %}
101101
![Delete... option in the Branch menu](/assets/images/help/desktop/delete-branch-win.png)
102102

0 commit comments

Comments
 (0)