mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 15:32:49 +00:00
docs: update Sapling comparison logs
This commit is contained in:
parent
7e55dd2294
commit
7c7486678e
@ -60,11 +60,10 @@ Here is a list of some differences between jj and Sapling.
|
||||
* **Git interop:** Sapling supports cloning, pushing, and pulling from a remote
|
||||
Git repo. jj also does, and it also supports sharing a working copy with a Git
|
||||
repo, so you can use `jj` and `git` interchangeably in the same repo.
|
||||
* **Polish:** Sapling is much more polished and feature-complete. For example,
|
||||
jj has no `blame/annotate` or `bisect` commands, and also no copy/rename
|
||||
support. Sapling also has very nice web UI
|
||||
called [Interactive Smartlog](https://sapling-scm.com/docs/addons/isl), which
|
||||
lets you drag and drop commits to rebase them, among other things.
|
||||
* **Polish:** Sapling is more polished and feature-complete. For example, jj
|
||||
has no `bisect` command. Sapling also has very nice built-in web UI called
|
||||
[Interactive Smartlog](https://sapling-scm.com/docs/addons/isl), which lets
|
||||
you drag and drop commits to rebase them, among other things.
|
||||
* **Forge workflow:** Sapling has `sl pr submit --stack`, which lets you
|
||||
push a stack of commits as separate GitHub PRs, including setting the base
|
||||
branch. It only supports GitHub. jj doesn't have any direct integration with
|
||||
|
Loading…
x
Reference in New Issue
Block a user