Currently editing a commit in the middle of a series of commits using jj, wanted to inject a new commit between the current one and the next (newer) one.
@ references the current commit, and @- references the parent. Pondered for two seconds, then tried @+ to reference the next commit. Worked. 🎉
5 months ago