How do I delete a path starting from a given commit hash? #571
Unanswered
andersonvom
asked this question in
Q&A
Replies: 1 comment
-
Something like this:
If I misinterpreted "starting from h6" (which I took as all commits after h6 but not including h6 itself), you might need to adjust and make that ${hash_of_h5}; it wasn't clear to me. Also, if you have more branches than just branch2, branch3, and main, you'd need to list them. If Does that help? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following commit tree (time flows downwards), is there a way to delete a given file path
fp
from all commits in all branches starting from commith6
?Beta Was this translation helpful? Give feedback.
All reactions