GitConduit is a Windows application use to export git repositories from one Git web platform to another.
It supports the following services:
- Gogs
- GitBucket
- GitHub
- Make sure git.exe is in your path
- If you are exporting to an organization, make sure it exist in the destination application
- Fill the Source section and click on the Next button
- Select the owner of the source repositories and click on the Next button
- Select the repositories you want to export and click on the Next button
- Fill the Destination section and click on the Next button
- Select the owner of the destination repositories and click on the Next button
- Wait and look at the Log for more information
- Click on the Close button to exit the application
The v1 API is used and the URL should look like: https://myserver.com/api/v1
To get an authorization token:
- Go to Your Settings
- Select Applications
- Click on Generate New Token
- Choose a Token Name
- Click on the Generate Token button
The v3 API is used and the URL should look like: https://myserver.com/api/v3
To get an authorization token:
- Go to Account settings
- Select Applications
- Choose a Token description
- Click on the Generate token button
The v3 API is used and the URL is https://api.github.com
To get an authorization token:
- Go to Settings
- Select Developer settings
- Select Personal access tokens
- Click on Generate new token
- Enter your password if required
- Choose a Token description and select scopes
- Click on the Generate token button
See the LICENCE file for licence rights and limitations (MIT).