Deleting a local branch #5872
michaelBelsanti
started this conversation in
General
Replies: 1 comment 1 reply
-
The easiest way in my opinion is to find the change ID of the first commit in the branch (e.g. If you know the base bookmark that it branches off from (e.g. |
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
-
Is there a simple way to delete an entire branch? I've had cases where I simply don't need a branch anymore, so I delete the bookmark. This leaves an unnamed branch that I'm not sure of an easy way to delete, besides abandoning each change, which is only really viable if it's a small branch.
I'm very new to Jujutsu but couldn't find a clear answer on this. Maybe its a revset I should be using. Speaking of, can anybody recommend some good sources for learning to use advanced revsets more? I haven't gone beyond
@+
,@-
and::
.Beta Was this translation helpful? Give feedback.
All reactions