Replies: 1 comment
-
Great minds think alike apparently. 😄
This is pretty easy to accomplish with revsets:
FYI this was implemented on |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Just as we have
git move -b [commit]
, it would be great to havegit hide -b [commit]
to hide a whole subtree (and ideally delete the branch if[commit]
is a branch). This way you don't have to figure out the root commit and thengit hide -Dr [root commit]
.Beta Was this translation helpful? Give feedback.
All reactions