-
Notifications
You must be signed in to change notification settings - Fork 61.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GitHub Desktop] Update Configuring Git for GitHub Desktop Flow #4033
Comments
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
Thanks so much for opening an issue @steveward! When does v2.6.4 ship? cc @myarb for 👀 since this should probably go on your squad's roadmap. They could also write a content design for this issue, then open it up here to make the changes ✨ |
@janiceilene Thank you! 2.6.4 ships tomorrow, but we're fine with lagging docs since this is implemented in a way that will dramatically alleviate confusion relative to current state, instead of potentially adding to it. 😄 |
@steveward and @billygriffin - apologies for the delay in getting to this issue. I've installed GitHub Desktop and looked at the new options. I've updated the OP with a content design plan that covers both the changes you mention above as well as the new section for defining the name for the default branch in new repositories. |
What article on docs.github.com is affected?
https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/configuring-git-for-github-desktop
What part(s) of the article would you like to see updated?
GitHub Desktop v2.6.4 will have a new Git configuration flow that allows you to select an email address associated with your GitHub account from a dropdown list in
Preferences
->Git
. Users can also select theOther
option to use a custom email address, and GitHub Desktop will warn them if the email is not associated with the currently logged in account. See desktop/desktop#11566 for screenshots and details.The current article has the flow of copying an email from your GitHub account in browser and then pasting it into GitHub Desktop. We can now simplify this article and remove steps 1-5 since GitHub Desktop will automatically pull down all of the emails associated with your GitHub account.
Additionally in v2.6.4 you can now select a per-repository local email address (stored in the repository's
.git/config
). See desktop/desktop#11595 for the related PR. I'm open for ideas about the best way to present this. Is it something we tag to the end and then add the "In this article" side navigation?/cc @billygriffin
Content design
It seems that the Git page of the Preferences/Options dialog has also gained a section for defining the default branch name for repositories created by GitHub Desktop, so the changes are a little larger than originally suggested.
Configuring Git for GitHub Desktop
{% data reusables.desktop.mac-select-desktop-menu %}
{% data reusables.desktop.windows-choose-options %}
{% data reusables.desktop.paste-email-git-config %}
and rename to reflect the new process of selecting an email address from a drop-down.For the ability to override the email address in the global configuration for an individual repository, I think this might make most sense as a new article under: Working with your remote repository on GitHub or GitHub Enterprise - it seems somewhat related to changing the remote's URL.
The text was updated successfully, but these errors were encountered: