From 526005fd2bbd4fa50070fe52131df667777b0713 Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Sun, 21 Sep 2025 12:52:25 +0200 Subject: [PATCH] docs: add link to "Jujutsu for everyone" tutorial Our own tutorial and the one by Steve Klabnik both require experience with Git. Adding a link to "Jujutsu for everyone" will give newcomers without that experience an appropriate starting point for learning Jujutsu. --- docs/tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index 5c8365013..4594b8f04 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -3,6 +3,8 @@ > **Hint:** This tutorial has become somewhat out of date. Many people find > the alternative (not quite finished) [tutorial by Steve > Klabnik](https://steveklabnik.github.io/jujutsu-tutorial/) helpful. +> If you're looking for a tutorial that doesn't require experience with Git, +> take a look at [Jujutsu for everyone](https://jj-for-everyone.github.io). This text assumes that the reader is familiar with Git.