-
Notifications
You must be signed in to change notification settings - Fork 132
feat: add delete option to branch menu #367
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
Conversation
altsem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feat: add delete branch goes straight to the changelog (we've got changelog generation set up).
So perhaps something just a little more descriptive to the users would be nice.
There is actually another place where this same "prompt y or n to delete branch" should be happening, and that is in the "discard" action. Not a requirement for this PR, include it if you wish, else we'll fix it later.
relates to: #350
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #367 +/- ##
==========================================
+ Coverage 88.21% 88.28% +0.06%
==========================================
Files 66 67 +1
Lines 6668 6750 +82
==========================================
+ Hits 5882 5959 +77
- Misses 786 791 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This snapshot seems stale
altsem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ill merge it, gj!
This PR adds support for deleting branches from the branch menu. If a branch hasn't been merged into upstream or HEAD, the operation must be confirmed (similar to how to
git branch -d ...works).