Mirror your starred Github repos to a Gitea organization
Go to file
Askill 403056e17b added support for starred 2024-04-06 16:36:38 +02:00
.vscode added support for starred 2024-04-06 16:36:38 +02:00
Dockerfile added support for starred 2024-04-06 16:36:38 +02:00
README.org added support for starred 2024-04-06 16:36:38 +02:00
github-git-mirror.sh added support for starred 2024-04-06 16:36:38 +02:00

README.org

Mirror your starred Github repos to a Gitea organization

Inspiration for this script

Proposal: Mirror an entire github organization into gitea organization

I wanted to mirror my starred repos instead. Mirroring an organization is on the TODOs list.

Usage

Using GitHub user juergenhoetzel and Gitea organization githubmirror

  export ACCESS_TOKEN=3a765a661619136db92aa267d90c457573x98812
  export LOCAL_GIT_URL=http://gitea.fritz.box:3000
  github2gitea-mirror  juergenhoetzel githubmirror

TODOs

  • Mirror github organization
  • Mirror private repos