Delete branch UX
#36365
Replies: 1 comment 1 reply
-
Why is this closed I really need this!! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Deleting a branch is part of my regular git workflow and I would really like to do it from Zed.
I have a working implementation, but, based on the contribution docs, I wanted to engage with the Zed team and community before submitting the pull request.
The current implementation exposes deleting a git branch via a trash icon in the git branch selector. The current branch does not have this icon. Since deleting a git branch also has a force mode (
-D
), this is also exposed in the UI; there is a tooltip popup that explains how to force delete a branch. I've a screenshot for a visual.I look forward to any feedback from the team or community. I will submit the pull request once I have received feedback.
Beta Was this translation helpful? Give feedback.
All reactions