forked from mirrors/jj
Add Sturdy to related work
Sturdy came up a while ago on lobste.rs when [jj was being discussed](https://lobste.rs/s/47zztj/jujutsu_dvcs). I'm not sure if I described it well, or if it's something you want as related-work, especially since the sturdy founder claims to be solving different problems in the very thread. But it does seem to be doing some similar things to removing the idea of an index/staging area.
This commit is contained in:
parent
a10a629c18
commit
fb32a417ee
1 changed files with 2 additions and 0 deletions
|
@ -18,3 +18,5 @@ Similar tools:
|
|||
* [Breezy](https://www.breezy-vcs.org/): Another VCS that's similar in that it
|
||||
has multiple storage backends, including its own format as well as .git
|
||||
support.
|
||||
* [Sturdy](https://getsturdy.com/): A Git backed GUI that eliminates local and
|
||||
remote as well as the idea of an "index"/"staging area".
|
||||
|
|
Loading…
Reference in a new issue