"Update From Default Branch" should use the default branch's name
See original GitHub issue_From https://github.com/desktop/desktop/issues/3016#issuecomment-335913972_
This is something I’ve run into too. For me, my eyes look for master
and don’t find it.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Changing the default branch - GitHub Docs
Under your repository name, click Settings. ... Under "Default branch", to the right of the default branch name, click . ... Use the...
Read more >How to Rename the Default Git Branch and Why You'd Want To
Open Settings via your profile photo in the top-right. Click Repositories in the left-hand menu. Under the Repository default branch section, ...
Read more >The new Git default branch name - GitLab
Phase 1 (GitLab.com): We plan to update GitLab's underlying Git version to 2.31. · Phase 2 (Self-managed): We will change the default branch...
Read more >Renaming the default branch - Tidyverse
On GitHub, in your repo, go to Settings, then Branches, and edit the Default branch. Then follow the command line instructions from the ......
Read more >How do I change the Git default branch name for ... - SESYNC
This is the case in our current version of git (git version 2.28.0). As of October 1, 2020, any new repository you create...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would like to try my hand at this. Thanks!
@MagicMarvMan, here is some code we’re using to dynamically update the menu. To see it in action, change your default text editor and notice that the menu updates.
https://github.com/desktop/desktop/blob/4405c3bb22d33b92ed4682072e7e205420c88ef9/app/src/lib/stores/app-store.ts#L1112-L1126