We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
No need for doing that anymore. rtc2git detects on itself if the migration should get resumed or not.
If there is a git repository already like rtc2git expects it, the migration get resumed automatically
In case you run into a problem or need to interrupt the migration, there is a simple way to resume from the previous point.
You can do that by replacing [the line] (https://github.com/rtcTo/rtc2git/blob/8d410867865ab08ac45858076081a6d1f7abf1cf/migration.py#L38) with the method call initialize(config) in migration.py#startmigration with resume(config).
After that start the script as usual.