← Back to context Comment by zahlman 2 days 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 1 day ago It redos, there's discussion about if and how this should change: https://github.com/jj-vcs/jj/issues/3700 stouset 17 hours 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 1 day ago It redos, there's discussion about if and how this should change: https://github.com/jj-vcs/jj/issues/3700 stouset 17 hours 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 17 hours 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.