Switch language한국어
Back to the list

GitHub and the Crime Against Software | Hacker News

TL;DR AI

Key summary

2 min read
  1. A Hacker News post argues that GitHub has too many issues and suggests adding GitLab.com and Codeberg.org as extra code hosts.

  2. The proposed setup is simple: create matching empty repositories on all three services, then add multiple push URLs in the local Git config.

  3. With one repository configured this way, the same code can be pushed to GitHub, GitLab, and Codeberg at the same time.

  4. The approach offers a practical way to mirror code across hosts, reducing reliance on GitHub and improving redundancy.

Read the original