Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions rev_news/drafts/edition-138.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down