Skip to content

Commit ff31310

Browse files
authored
Merge pull request #35130 from github/repo-sync
Repo sync
2 parents 8901a86 + 71bd623 commit ff31310

14 files changed

+35
-23
lines changed
Loading
Loading
Loading

content/desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor-in-github-desktop.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ shortTitle: Configure default editor
8383
{% mac %}
8484

8585
{% data reusables.desktop.mac-select-desktop-menu %}
86-
1. In the Preferences window, select **Integrations**.
87-
![Screenshot of the "Preferences" window. In the left sidebar, the "Integrations" option is highlighted in blue and outlined in orange.](/assets/images/help/desktop/mac-select-integrations-pane.png)
86+
1. In the Settings window, select **Integrations**.
87+
![Screenshot of the "Settings" window. In the left sidebar, the "Integrations" option is highlighted in blue and outlined in orange.](/assets/images/help/desktop/mac-select-integrations-pane.png)
8888
1. Under "External Editor", use the dropdown menu to select the editor you want to set as your default.
8989
1. Click **Save**.
9090

@@ -103,10 +103,9 @@ shortTitle: Configure default editor
103103
## Configuring a custom editor
104104

105105
{% data reusables.desktop.mac-select-desktop-menu %}
106-
1. In the Preferences window, select **Integrations**.
107-
![Screenshot of the "Preferences" window. In the left sidebar, the "Integrations" option is highlighted in blue and outlined in orange.](/assets/images/help/desktop/mac-select-integrations-pane.png)
106+
1. In the Settings window, select **Integrations**.
107+
![Screenshot of the "Settings" window. In the left sidebar, the "Integrations" option is highlighted in blue and outlined in orange.](/assets/images/help/desktop/mac-select-integrations-pane.png)
108108
1. Under "External Editor", use the dropdown menu to select **Configure Custom Editor**.
109-
![Screenshot of the "Preferences window. Under "External Editor", the dropdown menu is displayed with "Configure Custom Editor" highlighted in blue and outlined in orange.](/assets/images/help/desktop/configure-custom-editor.png)
110109
1. Click **Choose** to open the system dialog to navigate to the path of your custom editor.
111110
1. Under "Arguments", enter any arguments you would like to use after the "%TARGET_PATH%" variable. Reference supporting documentation for your custom editor to ensure you have the arguments set correctly, as invalid arguments can prevent the editor from launching in {% data variables.product.prodname_desktop %}.
112111
1. Click **Save**.

content/desktop/configuring-and-customizing-github-desktop/configuring-basic-settings-in-github-desktop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ shortTitle: Configure basic settings
1313
{% mac %}
1414

1515
{% data reusables.desktop.mac-select-desktop-menu %}
16-
1. To view or change your settings, toggle between the panes in the "Preferences" window.
16+
1. To view or change your settings, toggle between the panes in the "Settings" window.
1717

18-
![Screenshot of the "Preferences" window. The left sidebar, with menu options such as "Accounts" and "Integrations", is highlighted with an orange outline.](/assets/images/help/desktop/mac-select-preferences-pane.png)
18+
![Screenshot of the "Settings" window. The left sidebar contains menu options such as "Accounts" and "Integrations".](/assets/images/help/desktop/sign-in-github.png)
1919

20-
{% data reusables.desktop.preferences-options-tabs %}
20+
{% data reusables.desktop.settings-options-tabs %}
2121

2222
{% endmac %}
2323

@@ -28,7 +28,7 @@ shortTitle: Configure basic settings
2828

2929
![Screenshot of the "Options" window. The left sidebar, with menu options such as "Accounts" and "Integrations", is highlighted with an orange outline.](/assets/images/help/desktop/window-select-options-pane.png)
3030

31-
{% data reusables.desktop.preferences-options-tabs %}
31+
{% data reusables.desktop.settings-options-tabs %}
3232

3333
{% endwindows %}
3434

content/desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Configuring your global author information in {% data variables.product.prodname
3232
{% mac %}
3333

3434
{% data reusables.desktop.mac-select-desktop-menu %}
35-
{% data reusables.desktop.preferences-git-pane %}
35+
{% data reusables.desktop.settings-git-pane %}
3636
{% data reusables.desktop.name-field-git-config %}
3737
{% data reusables.desktop.select-email-git-config %}
3838
{% data reusables.desktop.click-save-git-config %}
@@ -89,8 +89,8 @@ You can configure the default branch that will be used when you create a new rep
8989
{% mac %}
9090

9191
{% data reusables.desktop.mac-select-desktop-menu %}
92-
{% data reusables.desktop.preferences-git-pane %}
93-
1. Under "Default branch name for new repositories", select the default branch name you would like to use, or, to enter a custom name, select "Other...".
92+
{% data reusables.desktop.settings-git-pane %}
93+
1. Optional, under "Default branch name for new repositories" edit the name of the default branch as needed.
9494
{% data reusables.desktop.click-save-git-config %}
9595

9696
{% endmac %}

content/desktop/making-changes-in-a-branch/committing-and-reviewing-changes-to-your-project-in-github-desktop.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ To change how you view diffs, in the top-right corner of the diff view, click {%
3737
* To change how the entire diff is displayed, under "Diff display", select **Unified** or **Split**. The Unified view shows changes linearly, while the Split view shows old content on the left side and new content on the right side.
3838
* To hide whitespace changes so you can focus on more substantive changes, select **Hide Whitespace Changes**.
3939

40-
![Screenshot of the diff view of a "README" file. A gear icon is outlined in orange above an expanded dropdown displaying "Whitespace" and "Diff display" settings.](/assets/images/help/desktop/diff-selection.png)
40+
![Screenshot of the diff view of a file. A gear icon is outlined in orange and expanded to display "Whitespace" and "Diff display" settings.](/assets/images/help/desktop/diff-selection.png)
41+
42+
{% data reusables.desktop.diff-tab-size-tip %}
4143

4244
If you need to see more of the file than {% data variables.product.prodname_desktop %} shows by default, you can expand the diff.
4345
* To see the next few lines above or below the highlighted changes, click the arrow above or below the line numbers.
@@ -66,7 +68,7 @@ If one file contains multiple changes, but you only want some of those changes t
6668

6769
To exclude changed lines from your commit, click one or more changed lines so the blue disappears. The lines that are still highlighted in blue will be included in the commit.
6870

69-
![Screenshot of the diff view of a text file. Next to the text "I don't want to include this line", the background color behind the line numbers is green, not blue.](/assets/images/help/desktop/partial-commit.png)
71+
![Screenshot of the diff view of a file. The background color for the line number of "I don't want to include this line" is green, not blue.](/assets/images/help/desktop/partial-commit.png)
7072

7173
## Discarding changes
7274

@@ -115,7 +117,7 @@ Once you're satisfied with the changes you've chosen to include in your commit,
115117
![Screenshot of the "Changes" tab in the sidebar. To the right of a profile picture, a text field containing a commit message is outlined in orange.](/assets/images/help/desktop/commit-message.png)
116118
1. Optionally, to attribute a commit to another author, click the add co-authors icon and type the username(s) you want to include.
117119

118-
![Screenshot of the "Changes" tab. In the corner of the "Description" field, a "person with a plus sign" icon for adding a co-author is outlined in orange.](/assets/images/help/desktop/add-co-author-commit.png)
120+
![Screenshot of the "Changes" tab. In the corner of the "Description" field, the icon for adding a co-author is outlined in orange.](/assets/images/help/desktop/add-co-author-commit.png)
119121
{% data reusables.desktop.commit-button %}
120122
1. If the branch you're trying to commit to is protected, Desktop will warn you.
121123
* To move your changes, click **switch branches**.

content/desktop/overview/getting-started-with-github-desktop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ After you install {% data variables.product.prodname_desktop %}, you can configu
5555

5656
{% mac %}
5757

58-
You can connect or remove accounts on {% data variables.product.prodname_dotcom %} or {% data variables.product.prodname_enterprise %}, choose a default text editor or shell, edit your Git configuration, change the appearance of {% data variables.product.prodname_desktop %}, customize system dialog boxes, and set privacy preferences in the {% data variables.product.prodname_desktop %} Preferences window. For more information, see "[AUTOTITLE](/desktop/configuring-and-customizing-github-desktop/configuring-basic-settings-in-github-desktop)."
58+
You can connect or remove accounts on {% data variables.product.prodname_dotcom %} or {% data variables.product.prodname_enterprise %}, choose a default text editor or shell, edit your Git configuration, change the appearance of {% data variables.product.prodname_desktop %}, customize system dialog boxes, and set privacy preferences in the {% data variables.product.prodname_desktop %} Settings window. For more information, see "[AUTOTITLE](/desktop/configuring-and-customizing-github-desktop/configuring-basic-settings-in-github-desktop)."
5959

60-
![Screenshot of the "Preferences" window. Options in the left sidebar are highlighted with an orange outline.](/assets/images/help/desktop/mac-select-preferences-pane.png)
60+
![Screenshot of the "Settings" window. The first option in the left sidebar is selected and shown as blue.](/assets/images/help/desktop/sign-in-github.png)
6161

6262
{% endmac %}
6363

6464
{% windows %}
6565

6666
You can connect or remove accounts on {% data variables.product.prodname_dotcom %} or {% data variables.product.prodname_enterprise %}, choose a default text editor or shell, edit your Git configuration, change the appearance of {% data variables.product.prodname_desktop %}, customize system dialog boxes, and set privacy preferences in the {% data variables.product.prodname_desktop %} Options window. For more information, see "[AUTOTITLE](/desktop/configuring-and-customizing-github-desktop/configuring-basic-settings-in-github-desktop)."
6767

68-
![Screenshot of the "Preferences" window. Options in the left sidebar are highlighted with an orange outline.](/assets/images/help/desktop/mac-select-preferences-pane.png)
68+
![Screenshot of the "Options" window. The first option in the left sidebar is selected and shown as blue.](/assets/images/help/desktop/windows-sign-in-github.png)
6969

7070
{% endwindows %}
7171

content/desktop/overview/github-desktop-keyboard-shortcuts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GitHub Desktop keyboard shortcuts on macOS
1919

2020
| Keyboard shortcut | Description
2121
|-----------|------------
22-
|<kbd>Command</kbd>+<kbd>,</kbd> | Go to Preferences
22+
|<kbd>Command</kbd>+<kbd>,</kbd> | Display the Settings window
2323
|<kbd>Command</kbd>+<kbd>H</kbd> | Hide the {% data variables.product.prodname_desktop %} application
2424
|<kbd>Option</kbd>+<kbd>Command</kbd>+<kbd>H</kbd> | Hide all other applications
2525
|<kbd>Command</kbd>+<kbd>Q</kbd> | Quit {% data variables.product.prodname_desktop %}
@@ -80,7 +80,7 @@ GitHub Desktop keyboard shortcuts on Windows
8080

8181
| Keyboard shortcut | Description
8282
|-----------|------------
83-
|<kbd>Ctrl</kbd>+<kbd>,</kbd> | Go to Options
83+
|<kbd>Ctrl</kbd>+<kbd>,</kbd> | Display the Options window
8484
|<kbd>F11</kbd> | Toggle full screen view
8585
|<kbd>Ctrl</kbd>+<kbd>0</kbd> | Reset zoom to default text size
8686
|<kbd>Ctrl</kbd>+<kbd>=</kbd> | Zoom in for larger text and graphics

content/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/configuring-notifications-in-github-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If system notifications are disabled for {% data variables.product.prodname_desk
3535
{% mac %}
3636

3737
{% data reusables.desktop.mac-select-desktop-menu %}
38-
1. In the "Preferences" window, on the "Notifications" pane, select **Enable notifications**.
38+
1. In the "Settings" window, on the "Notifications" pane, select **Enable notifications**.
3939
1. In the "Enable notifications" description field, click the **Notification Settings** link to open the "Notifications" pane in the macOS "System Settings" window.
4040
1. In the "Application Notifications" list, select **{% data variables.product.prodname_desktop %}**.
4141
1. Click **Allow Notifications**.

data/reusables/desktop/choose-a-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% mac %}
44

5-
![Screenshot of the "Preferences" window. In the left sidebar, the "Appearance" option is highlighted in blue and outlined in orange.](/assets/images/help/desktop/appearance-tab-themes.png)
5+
![Screenshot of the "Settings" window. In the left sidebar, the "Appearance" option is highlighted in blue and outlined in orange.](/assets/images/help/desktop/appearance-tab-themes.png)
66

77
{% endmac %}
88

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{% mac %}
2+
3+
> [!TIP] The default tab size used to display diffs is 8. You can customize this on the **Appearance** pane of the **Settings** dialog.
4+
5+
{% endmac %}
6+
7+
{% windows %}
8+
9+
> [!TIP] The default tab size used to display diffs is 8. You can customize this on the **Appearance** pane of the **Options** dialog.
10+
11+
{% endwindows %}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
1. In the "Preferences" window, click **Git**.
1+
1. In the "Settings" window, click **Git**.
22

33
![Screenshot of the "Git" pane in the "Preferences" window. In the left sidebar, an option labelled "Git" is highlighted in blue and outlined in orange.](/assets/images/help/desktop/mac-select-git-pane.png)

0 commit comments

Comments
 (0)