From fb32a417ee636620dc05f21973ade26829abce22 Mon Sep 17 00:00:00 2001 From: Randall Mason Date: Tue, 5 Jul 2022 20:21:09 -0500 Subject: [PATCH] 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. --- docs/related-work.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/related-work.md b/docs/related-work.md index 578be6cfd..be1dc7c0c 100644 --- a/docs/related-work.md +++ b/docs/related-work.md @@ -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".