For example:
-
Is there an alternative to GitHub Desktop that works for Codeberg or do I just have to use the CLI for it?
-
If I have to use the CLI, is using git for Codeberg any different than using it for GitHub?
For example:
Is there an alternative to GitHub Desktop that works for Codeberg or do I just have to use the CLI for it?
If I have to use the CLI, is using git for Codeberg any different than using it for GitHub?
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.