← Back to context Comment by Exoristos 6 hours ago One rarely needs more from git than `git add -A && git commit -m`. 5 comments Exoristos Reply tcoff91 4 hours ago I rebase stacked diffs all the time so jj makes my life so much easier because its rebasing is much more ergonomic than git. beanjuiceII 3 hours ago this seems very easy in git tho how much easier can it get, do you have an example of each of them? dpatterbee 2 hours ago Git rebases don't work if there are conflicts, jj doesn't have this problem. Also idk if you can rebase onto multiple parents with git but jj can do it. 2 replies →
tcoff91 4 hours ago I rebase stacked diffs all the time so jj makes my life so much easier because its rebasing is much more ergonomic than git. beanjuiceII 3 hours ago this seems very easy in git tho how much easier can it get, do you have an example of each of them? dpatterbee 2 hours ago Git rebases don't work if there are conflicts, jj doesn't have this problem. Also idk if you can rebase onto multiple parents with git but jj can do it. 2 replies →
beanjuiceII 3 hours ago this seems very easy in git tho how much easier can it get, do you have an example of each of them? dpatterbee 2 hours ago Git rebases don't work if there are conflicts, jj doesn't have this problem. Also idk if you can rebase onto multiple parents with git but jj can do it. 2 replies →
dpatterbee 2 hours ago Git rebases don't work if there are conflicts, jj doesn't have this problem. Also idk if you can rebase onto multiple parents with git but jj can do it. 2 replies →
I rebase stacked diffs all the time so jj makes my life so much easier because its rebasing is much more ergonomic than git.
this seems very easy in git tho how much easier can it get, do you have an example of each of them?
Git rebases don't work if there are conflicts, jj doesn't have this problem. Also idk if you can rebase onto multiple parents with git but jj can do it.
2 replies →