1
Fork 0
mirror of https://github.com/RGBCube/GitHub2Forgejo synced 2025-07-27 13:17:44 +00:00

Allow specifiying specific repos

This commit is contained in:
RGBCube 2024-02-07 16:35:46 +03:00
parent b19f2403d3
commit b7b60faedb
No known key found for this signature in database
2 changed files with 22 additions and 9 deletions

View file

@ -29,6 +29,14 @@ This works on any Gitea or Forgejo instance.
This is good for when you are migrating off GitHub permanently
and will never come back.
### Can I migrate specific repositories?
Sure, just pass the URLs to them as arguments:
```nu
./migrate.nu https://github.com/RGBCube/Foo https://github.com/RGBCube/Bar
```
## License
```