Comment by zahlman 10 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 10 months ago It redos, there's discussion about if and how this should change: https://github.com/jj-vcs/jj/issues/3700 stouset 10 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 10 months ago It redos, there's discussion about if and how this should change: https://github.com/jj-vcs/jj/issues/3700 stouset 10 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 10 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.