| ▲ | sunnyps 2 hours ago | |
JJ can save conflict related state with the change so that you don't need to resolve a conflict in the middle of a stack of changes for rebasing to continue for the remaining changes. Concretely, it uses a "conflict algebra" where it can track the impact of a conflict as it propagates through the stack of rebased changes: https://docs.jj-vcs.dev/latest/technical/conflicts/ | ||
| ▲ | waisbrot an hour ago | parent [-] | |
That sounds like https://git-scm.com/book/en/v2/Git-Tools-Rerere ? | ||