A collection of my scripts for migrating repositories, releases, issues, etc. from GitHub to my selfhosted git service
- Shell 100%
| codeberg | ||
| forgejo | ||
| gitlab | ||
| git-to-git.sh | ||
| LICENSE | ||
| README.md | ||
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