13 lines
382 B
Markdown
13 lines
382 B
Markdown
|
|
# Freeleaps Repo Migrator
|
||
|
|
|
||
|
|
## How to use ?
|
||
|
|
|
||
|
|
Please copy this script into repository root you want to migrate and just execute it.
|
||
|
|
|
||
|
|
Console will shows like belows if successful:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
Remote URL has been updated to https://gitea.freeleaps.mathmast.com/freeleaps/magicleaps/_git/magicleaps
|
||
|
|
You can now push your changes to the new Gitea server using 'git push origin <branch>'
|
||
|
|
```
|