diff --git a/rev_news/drafts/edition-138.md b/rev_news/drafts/edition-138.md index 73fb3f742..d624e4830 100644 --- a/rev_news/drafts/edition-138.md +++ b/rev_news/drafts/edition-138.md @@ -392,6 +392,15 @@ __Git tools and sites__ + [`tuicr`](https://github.com/agavra/tuicr) is a code review TUI with vim keybindings. Export to GitHub, GitLab, Bitbucket, or clipboard. Written in Rust, under MIT license. ++ [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