Want to be able to rename branch from Git panel #63447
studyingegret
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Body
What are you proposing?
Title says it, for example as an option in the dropdown to the right of the "Stage All / Unstage All" button (I think it's better), or in the "Switch Branch" button
Why does this matter?
What problem does this solve?/What becomes easier or possible?: Makes renaming a branch easier, and logically more consistent - Git things are done in the Git panel. The current alternative is using the "git: rename branch" command in the command palette.
Are there any examples or context?
For example VS Code has it:
Possible approach
Just fuse the "git: rename branch" command to the new button
All reactions