From a6bd6f0def4790af51473f2196a19317c1995e11 Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Tue, 27 Feb 2024 17:09:11 +0100 Subject: [PATCH 1/2] Add section about Jujutsu GPT I created a GPT to help myself in working with Jujutsu. I thought it might be useful to others as well. --- docs/tutorial.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index 87daec06e7..94f58d8a2c 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -2,6 +2,11 @@ This text assumes that the reader is familiar with Git. +## Jujutsu GPT +You can get AI support for working with Jujutsu by using the [Jujutsu GPT](https://chat.openai.com/g/g-grkGVR26D-jujutsu-guide). +It has access to this documentation and the [excellent Jujutsu blog article by Chris Krycho](https://v5.chriskrycho.com/essays/jj-init/), +and can help you with questions regarding Jujutsu usage and differences to Git. + ## Preparation If you haven't already, make sure you From 963713414d32188b5ddb4a00f5fb0a34f4d79e53 Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Thu, 29 Feb 2024 08:44:21 +0100 Subject: [PATCH 2/2] Formatting --- docs/tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index 94f58d8a2c..250fa0c5df 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -3,6 +3,7 @@ This text assumes that the reader is familiar with Git. ## Jujutsu GPT + You can get AI support for working with Jujutsu by using the [Jujutsu GPT](https://chat.openai.com/g/g-grkGVR26D-jujutsu-guide). It has access to this documentation and the [excellent Jujutsu blog article by Chris Krycho](https://v5.chriskrycho.com/essays/jj-init/), and can help you with questions regarding Jujutsu usage and differences to Git.