From 250139f24a814cec00e12d539dc233582cff9aeb Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 29 Jul 2026 17:50:14 -0400 Subject: [PATCH 1/2] rn-137: Add learngit.io updates to tools & sites --- rev_news/drafts/edition-137.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rev_news/drafts/edition-137.md b/rev_news/drafts/edition-137.md index d6b5d0049..e2f556646 100644 --- a/rev_news/drafts/edition-137.md +++ b/rev_news/drafts/edition-137.md @@ -277,11 +277,18 @@ __Git tools and sites__ version control system written in Rust, which was first mentioned in [Git Rev News Edition #85](https://git.github.io/rev_news/2022/03/31/edition-85/), and most recently in [Edition #136](https://git.github.io/rev_news/2026/06/30/edition-136/). - + [git-llmfs](https://codeberg.org/TheMikina/git-llmfs) is a **joke** tool: a git filter that uses local LLM summaries as a compression mechanism for code files to save space in a git repository. Bash scripts and LLM prompts, under MIT license. ++ [LearnGit.io](https://learngit.io/) teaches Git with animated visualizations of Git internals, + and has been improved: adding quizzes, step-by-step interactive scenarios, and type-it-yourself exercises + with a terminal emulator showing real commands and a visualization of the full Git tree, + including branch pointers and commits. + The first two modules are [open to anyone](https://app.learngit.io/home/) without an account. + LearnGit.io is free for students & educators. + + Created by Jack Lot of [The Modern Coder](https://www.youtube.com/@themoderncoder) YouTube channel. + First mentioned in [Git Rev News Edition #108](https://git.github.io/rev_news/2024/02/29/edition-108/), and most recently [Edition #127](https://git.github.io/rev_news/2025/09/30/edition-127/). ## Releases From 428443166581bdac08bfb75bc4e6f7bc854711fd Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 29 Jul 2026 18:02:10 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Update=20edition-137.md=20=E2=80=94=20fix?= =?UTF-8?q?=20sub-bullet=20indentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rev_news/drafts/edition-137.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rev_news/drafts/edition-137.md b/rev_news/drafts/edition-137.md index e2f556646..cce17f128 100644 --- a/rev_news/drafts/edition-137.md +++ b/rev_news/drafts/edition-137.md @@ -287,8 +287,8 @@ __Git tools and sites__ including branch pointers and commits. The first two modules are [open to anyone](https://app.learngit.io/home/) without an account. LearnGit.io is free for students & educators. - + Created by Jack Lot of [The Modern Coder](https://www.youtube.com/@themoderncoder) YouTube channel. - First mentioned in [Git Rev News Edition #108](https://git.github.io/rev_news/2024/02/29/edition-108/), and most recently [Edition #127](https://git.github.io/rev_news/2025/09/30/edition-127/). + + Created by Jack Lot of [The Modern Coder](https://www.youtube.com/@themoderncoder) YouTube channel. + First mentioned in [Git Rev News Edition #108](https://git.github.io/rev_news/2024/02/29/edition-108/), and most recently [Edition #127](https://git.github.io/rev_news/2025/09/30/edition-127/). ## Releases