117 lines
5.7 KiB
Markdown
117 lines
5.7 KiB
Markdown
---
|
|
title: Configuring Git for GitHub Desktop
|
|
shortTitle: Configuring Git
|
|
intro: 'If you don''t already have Git installed, you must configure it before using GitHub Desktop.'
|
|
redirect_from:
|
|
- /desktop/getting-started-with-github-desktop/configuring-git-for-github-desktop
|
|
- /desktop/installing-and-configuring-github-desktop/configuring-git-for-github-desktop
|
|
versions:
|
|
fpt: '*'
|
|
---
|
|
### About configuring Git
|
|
|
|
{% data variables.product.prodname_desktop %} allows you to set the name and email you would like associated with your commits. You can also choose the default branch you would like used when creating new repositories in {% data variables.product.prodname_desktop %}.
|
|
|
|
{% 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 %}. When logged in to your {% data variables.product.product_name %} account the
|
|
|
|
{% data variables.product.prodname_desktop %} will automatically detect if the email address being used does not match an email address associated with your current user.
|
|
|
|
{% 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](/articles/setting-your-commit-email-address/)."
|
|
|
|
{% endtip %}
|
|
|
|
### Configuring your commit details
|
|
|
|
{% mac %}
|
|
|
|
{% data reusables.desktop.mac-select-desktop-menu %}
|
|
7. In the Preferences window, click **Git**.
|
|

|
|
{% data reusables.desktop.name-field-git-config %}
|
|

|
|
{% data reusables.desktop.select-email-git-config %}
|
|

|
|
{% data reusables.desktop.click-save-git-config %}
|
|

|
|
|
|
{% endmac %}
|
|
|
|
{% windows %}
|
|
|
|
{% data reusables.desktop.windows-choose-options %}
|
|
8. In the Options window, click **Git**.
|
|

|
|
{% data reusables.desktop.name-field-git-config %}
|
|

|
|
{% data reusables.desktop.select-email-git-config %}
|
|

|
|
{% data reusables.desktop.click-save-git-config %}
|
|

|
|
|
|
{% endwindows %}
|
|
|
|
### Overriding the email address GitHub Desktop uses for a repository
|
|
|
|
In {% data variables.product.prodname_desktop %} you can change the name and email address used for commits in a specific repository. This will override your global Git configuration settings in this one repository, but will not affect any other repositories.
|
|
|
|
{% mac %}
|
|
|
|
{% data reusables.desktop.mac-repository-settings-menu %}
|
|
{% data reusables.desktop.select-git-config %}
|
|
{% data reusables.desktop.use-local-git-config %}
|
|
{% data reusables.desktop.local-config-name %}
|
|
{% data reusables.desktop.local-config-email %}
|
|
{% data reusables.desktop.repository-settings-save %}
|
|
|
|
{% endmac %}
|
|
|
|
{% windows %}
|
|
|
|
{% data reusables.desktop.windows-repository-settings-menu %}
|
|
{% data reusables.desktop.select-git-config %}
|
|
{% data reusables.desktop.use-local-git-config %}
|
|
{% data reusables.desktop.local-config-name %}
|
|
{% data reusables.desktop.local-config-email %}
|
|
{% data reusables.desktop.repository-settings-save %}
|
|
|
|
{% endwindows %}
|
|
|
|
|
|
### Configuring your default branch for new repositories
|
|
|
|
You can configure the default branch that will be used when creating a new repository in {% data variables.product.prodname_desktop %}. The default branch is the base branch for pull requests and code commits. For more information about the default branch, see "[About the default branch](/github/collaborating-with-issues-and-pull-requests/about-branches#about-the-default-branch)."
|
|
|
|
{% mac %}
|
|
|
|
{% data reusables.desktop.mac-select-desktop-menu %}
|
|
1. In the Preferences window, click **Git**.
|
|

|
|
1. Under "Default branch name for new repositories", select the default branch name you would like to use, or select "Other..." to enter a custom name.
|
|

|
|
{% data reusables.desktop.click-save-git-config %}
|
|

|
|
|
|
{% endmac %}
|
|
|
|
{% windows %}
|
|
|
|
{% data reusables.desktop.windows-choose-options %}
|
|
1. In the Options window, click **Git**.
|
|

|
|
1. Under "Default branch name for new repositories", select the default branch name you would like to use, or select "Other..." to enter a custom name.
|
|

|
|
{% data reusables.desktop.click-save-git-config %}
|
|

|
|
|
|
{% endwindows %}
|
|
|
|
## Further reading
|
|
|
|
- "[Adding an email address to your GitHub account](/articles/adding-an-email-address-to-your-github-account/)"
|
|
- "[Setting your commit email address](/articles/setting-your-commit-email-address/)"
|
|
- "[About branches](/github/collaborating-with-issues-and-pull-requests/about-branches)"
|