From 46aaac267eed59b38f4bdd2c171d622dd092f304 Mon Sep 17 00:00:00 2001 From: leeroyjankins Date: Wed, 1 Apr 2026 20:48:40 +0000 Subject: [PATCH] Recommend forgejo-cli instead of codeberg-cli Since [codeberg-cli](https://codeberg.org/Aviac/codeberg-cli) has been discontinued, update the section on CLI clients to recommend forgejo-cli, which the codeberg-cli maintainer endorses. --- content/git/clone-commit-via-cli.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/content/git/clone-commit-via-cli.md b/content/git/clone-commit-via-cli.md index a86696c..3825b54 100644 --- a/content/git/clone-commit-via-cli.md +++ b/content/git/clone-commit-via-cli.md @@ -116,7 +116,7 @@ It's even more important when you have collaborators on a project; they may chan pull these modifications before you start working. Because of this, it is recommended to pull before pushing. -## CLI clients `tea` and `berg` for other actions +## CLI clients `tea` and `fj` for other actions ### Gitea / Forgejo CLI `tea` @@ -125,15 +125,10 @@ and [Forgejo](https://forgejo.org). Since Codeberg runs on Forgejo, you can use This project is maintained by [the Gitea project](https://gitea.com). -### Codeberg CLI `berg` +### Forgejo CLI `fj` -The [codeberg-cli project](https://codeberg.org/RobWalt/codeberg-cli), aka. `berg`, is a CLI client that is tailored -for Codeberg. -The main difference compared to `tea` are: +The [forgejo-cli project](https://codeberg.org/forgejo-contrib/forgejo-cli), or `fj`, is a CLI client that can be used +with instances of Forgejo, including Codeberg. It is a younger project than `tea`, but its scope includes features +specific to Forgejo, such as browsing a repo's integrated wiki. -- extra features: `berg` provides some features that `tea` doesn't implement, like editing issues or pull requests -- active development: the `berg` repository is actively developed and maintained by a few community members -- modern UI: `berg` offers an interactive and modern looking user experience - -If you're interested, check out the [codeberg-cli wiki](https://codeberg.org/RobWalt/codeberg-cli/wiki), which contains -just about everything you need to know about it. +This project is maintained by contributors in the [Forgejo community](https://codeberg.org/forgejo-contrib).