Common workflows
Seeing jj commands and how they work is no substitute for getting a feel for how to use them. This part of the tutorial shows how to do some common workflows with jj to give you a better picture of how the tools work together.
- Pausing work: what to do instead of
git stash - Inserting: what to do when working on a change and you notice some small thing you should have done before
- Staging commits: what do instead if you are accustomed to using the Git index
- The squash workflow: why you might want to always use
jj squashinstead of directly editing commits
TODO
- jj split