A collection of my scripts for migrating repositories, releases, issues, etc. from GitHub to my selfhosted git service
Find a file
2026-05-18 15:27:40 +03:00
codeberg add new scripts & update readme 2026-05-18 15:23:49 +03:00
forgejo add new scripts & update readme 2026-05-18 15:23:49 +03:00
gitlab add new scripts & update readme 2026-05-18 15:23:49 +03:00
git-to-git.sh update script for use with curl 2026-05-13 22:30:23 +03:00
LICENSE Initial commit 2026-05-13 22:01:34 +03:00
README.md update info tab a bit 2026-05-18 15:27:40 +03:00

git-to-git

A collection of my scripts for migrating repositories, releases, issues, etc. from GitHub to my selfhosted git service

most of them are vibecoded :/ at first i created them for personal use, but decided to share them in this repo, hope it will be helpful for u!!

Requirements

  • bash
  • curl
  • jq

Install dependencies:

# Ubuntu/Debian
sudo apt install curl jq

# macOS
brew install curl jq

# RHEL/CentOS
sudo yum install curl jq

# Arch
sudo pacman -Sy curl jq