ok/jj
1
0
Fork 0
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:
Randall Mason 2022-07-05 20:21:09 -05:00 committed by Martin von Zweigbergk
parent a10a629c18
commit fb32a417ee

View file

@ -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".