Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
/ github-migrate Public archive

Script to migrate a repository from one GitHub instance to another

License

Notifications You must be signed in to change notification settings

dodona-edu/github-migrate

Repository files navigation

GitHub Migrate

Script to migrate a repository from one GitHub instance to another.

This was used to migrate our repostories from a GitHub enterprise instance to github.com.

Installation

  1. Clone this repository
git clone git@github.com:dodona-edu/github-migrate.git && cd github-migrate
  1. Install dependencies
npm install
  1. Copy and edit configuration file
cp config.example.yml config.yml && $EDITOR config.yml

Usage

Perform migration (more info about the parameters in config.example.yml) with

npm run start [--source=<source_url>] [--destination=<destination_url>] [--reset] [--overwrite] [--for-real]

About

Script to migrate a repository from one GitHub instance to another

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published