From 99bf59d6a808a9f2810b7410704902deaf0edb82 Mon Sep 17 00:00:00 2001 From: DaiAoki Date: Mon, 21 Sep 2026 17:05:19 +0900 Subject: [PATCH] rn-139: add WebTerm Learn to Git tools and sites --- rev_news/drafts/edition-139.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rev_news/drafts/edition-139.md b/rev_news/drafts/edition-139.md index b038f59a5..1c29ceecb 100644 --- a/rev_news/drafts/edition-139.md +++ b/rev_news/drafts/edition-139.md @@ -45,6 +45,15 @@ __Easy watching__ --> __Git tools and sites__ ++ [WebTerm Learn](https://learn.webterm.app/en/courses/git-introduction): free Git courses + that run in a simulated terminal in the browser. + The exercises check the resulting repository state (index, branches, commits) + rather than the exact command typed, so equivalent commands are accepted. + Covers first commit through rebase, stash, cherry-pick, conflicts + and pull requests against a simulated remote. + The first lesson of each course needs no account; the rest need a free account. + Its sibling [WebTerm](https://webterm.app/) is a no-signup browser terminal + with short tutorials, including a set on Git troubleshooting. ## Releases