← Back to context Comment by zahlman 3 months ago If you `jj undo` a second time, does it redo (undoing the undo), or does it back up another step? 2 comments zahlman Reply steveklabnik 3 months ago It redos, there's discussion about if and how this should change: https://github.com/jj-vcs/jj/issues/3700 stouset 3 months ago For background, this is because the `undo` itself is an operation pushed onto the top of the stack. It is a little counterintuitive.
steveklabnik 3 months ago It redos, there's discussion about if and how this should change: https://github.com/jj-vcs/jj/issues/3700 stouset 3 months ago For background, this is because the `undo` itself is an operation pushed onto the top of the stack. It is a little counterintuitive.
stouset 3 months ago For background, this is because the `undo` itself is an operation pushed onto the top of the stack. It is a little counterintuitive.
It redos, there's discussion about if and how this should change: https://github.com/jj-vcs/jj/issues/3700
For background, this is because the `undo` itself is an operation pushed onto the top of the stack. It is a little counterintuitive.