1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Files
docs/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-git-for-github-desktop.md
2022-05-12 14:42:12 -04:00

2.4 KiB

title, shortTitle, intro, redirect_from, versions
title shortTitle intro redirect_from versions
Configuring Git for GitHub Desktop Configuring Git If you don't already have Git installed, you must configure it before using GitHub Desktop.
/desktop/getting-started-with-github-desktop/configuring-git-for-github-desktop
/desktop/installing-and-configuring-github-desktop/configuring-git-for-github-desktop
fpt
*

{% data variables.product.prodname_desktop %} uses the email address you set in your local Git configuration to connect commits with your account on {% data variables.product.product_name %}.

{% data reusables.desktop.update-email-address %}

{% tip %}

Tip: Anyone will be able to see the email address in your Git configuration if you make public commits. For more information, see "Setting your commit email address."

{% endtip %}

{% mac %}

{% data reusables.desktop.mac-select-desktop-menu %} 7. In the Preferences window, click Git. The Git Pane in the Preferences menu {% data reusables.desktop.name-field-git-config %} The name field of the Git configuration {% data reusables.desktop.paste-email-git-config %} Pasted email address in Git configuration field {% data reusables.desktop.click-save-git-config %} Save button in Git configuration field

{% endmac %}

{% windows %}

{% data reusables.desktop.windows-choose-options %} 8. In the Options window, click Git. The Git Pane in the Options menu {% data reusables.desktop.name-field-git-config %} The name field of the Git configuration {% data reusables.desktop.paste-email-git-config %} Pasted email address in Git configuration field {% data reusables.desktop.click-save-git-config %} Save button in Git configuration field

{% endwindows %}

Further reading