You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when i want to revert something and several unrelated changes are packed into one commit. it's then hard to revert exactly what i want. basically i have to go manually, or revert all of it, and revert revert what i don't want. then i get confused what is reverted, reverted reverted, and reverted reverted reverted ;)
Describe the solution you'd like
a mode for partial or selective reversion. ideally, there would be a diff from current to a certain commit, and you can click and select which lines are reverted.
Describe alternatives you've considered
manually copying the lines from the commit diff view, or reverting all files from that commit and deal with consequences.
The text was updated successfully, but these errors were encountered:
Until I look into it, an easier way would be to simply revert the commit and do a mixed reset to the previous one, then you can decide there what to stage/commit.
JetpackDuba
changed the title
slectively revert a comit
Selectively revert a comit
Feb 11, 2024
Is your feature request related to a problem? Please describe.
I'm always frustrated when i want to revert something and several unrelated changes are packed into one commit. it's then hard to revert exactly what i want. basically i have to go manually, or revert all of it, and revert revert what i don't want. then i get confused what is reverted, reverted reverted, and reverted reverted reverted ;)
Describe the solution you'd like
a mode for partial or selective reversion. ideally, there would be a diff from current to a certain commit, and you can click and select which lines are reverted.
Describe alternatives you've considered
manually copying the lines from the commit diff view, or reverting all files from that commit and deal with consequences.
The text was updated successfully, but these errors were encountered: