this post was submitted on 18 Aug 2025
68 points (97.2% liked)

Asklemmy

50038 readers
479 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 7 years ago
MODERATORS
 

For example:

  1. Is there an alternative to GitHub Desktop that works for Codeberg or do I just have to use the CLI for it?

  2. If I have to use the CLI, is using git for Codeberg any different than using it for GitHub?

top 11 comments
sorted by: hot top controversial new old
[–] baduhai@sopuli.xyz 38 points 8 months ago (1 children)

Git is git, it'll be the same regardless of where your repository is hosted.

As for a GitHub desktop alternative, you can use any of the thousands of git guis.

[–] GnuLinuxDude@lemmy.ml 2 points 8 months ago (1 children)

Among those limitless git guis I started trying out sourcegit and it seems pretty good. To date magit is the only other one I’ve tried, and it’s also really good.

[–] limerod@reddthat.com 1 points 8 months ago (1 children)

Magit is built for emacs. Unless, OP is willing to see the positives of emacs and willing to learn a new editor. Switching won't be that simple.

[–] GnuLinuxDude@lemmy.ml 1 points 8 months ago

Well there are a lot of positives… anyway I just mentioned it as a point of reference. If you know Magit, you know it’s good.

[–] ijhoo@lemmy.ml 23 points 8 months ago

In general you are not allowed to have private repos if you don't contribute to open source.

https://docs.codeberg.org/getting-started/faq/

They do recognize that private repos are sometimes needed, so there is a guideline.

[–] cosmicrose@lemmy.blahaj.zone 13 points 8 months ago

Codeberg doesn’t have much compute available for CI runners, and asks that you use the runners they do have sparingly. If you’re into the self-hosting thing, you can run the Forgejo runner, which has the same workflow syntax as GitHub Actions, or you can run something like Woodpecker CI, which has its own workflow syntax. I’ve had better luck running Woodpecker myself and I have it running jobs for all my projects as well as a Renovate bot that runs every hour.

[–] Fancy_Gecko@lemmy.ml 1 points 8 months ago (1 children)

is there an alternative front-end for codeberg like there is gothub for github ?

[–] Viking_Hippie@lemmy.dbzer0.com 7 points 8 months ago (1 children)

gothub

I read that as "gothhub" at first 😄

[–] GnuLinuxDude@lemmy.ml 4 points 8 months ago (1 children)

Sad that this alternative for goth coders doesn’t seem to exist :(

[–] rawsta@discuss.tchncs.de 1 points 8 months ago

This is your opportunity to build one.

[–] grandel@lemmy.ml 1 points 8 months ago* (last edited 8 months ago)

As far as I know GitHub Desktop also works with other git hosting plattforms.

It may be outdated info though. Have you tried it with codeberg?