Migrate to your Private Repository
This document provides instructions for migrating your BlinqIO Projects to GitHub, Bitbucket, and GitLab.
IMPORTANT
Please note that migration from the BlinqIO Git repository to these platforms is one-way and cannot be reversed or switched later.
For instructions on setting up Git Integration in the BlinqIO app, see Git Integration Setup.
Migrate to GitHub
Step 1: Copy your repository URL
For Individual Repositories:
- Select your profile picture → Your repositories → Choose your repository.
For Organization Repositories:
- Select your profile picture → Your organizations → Choose your organization → Open the repository.
Select the green Code button (top-right) → Copy the HTTPS URL.
Example
https://github.com/SapneshNaik/talkjs-examples.git
Step 2: Get your GitHub username
- Select your profile picture → Your profile.
- Copy your username (displayed under your name).
Step 3: Generate a GitHub Access Token
- Go to Settings → Developer settings → Personal access tokens (classic).
- Select Generate new token (classic).
- Set Expiration to No expiration.
- Under Select scopes, select repo for full repository access.
- Select Generate token.
IMPORTANT
Save the Personal access token somewhere safe. After you leave the page, you can no longer access the token.
Migrate to Bitbucket
Step 1: Copy your repository URL
For Individual Repositories:
- Sign in to Bitbucket.
- Select Repositories (top header) → Choose your repository.
- Navigate to the Source tab (left sidebar).
For Workspace Repositories(Organization Repos):
- Select your profile picture (top right) → Choose your workspace.
- Select Repositories (top header) → Choose your repository.
Select the Clone button (top-right) → Copy the HTTPS URL.
Example
https://your-username@bitbucket.org/workspace-id/repo-name.git
Step 2: Get your Bitbucket username
- Select the cog icon ⚙ (top right) → Personal BitBucket settings.
- Your username is displayed under Account settings → Bitbucket profile settings.
Step 3: Generate a Bitbucket App Password
- Select the cog icon ⚙ (top right) → Personal BitBucket settings.
- Go to Access Management → App passwords.
- Select Create app password.
- Set the name.
- Select these permissions:
- Repository: Read & Write
- Pull requests: Read & Write
- Webhooks: Read & Write (if needed for CI/CD integration)
- Select Create.
IMPORTANT
Save the App Password somewhere safe. After you leave the page, you can no longer access the token.
Migrate to GitLab
Step 1: Copy your repository URL
For Personal Repositories:
- Sign in to GitLab.
- Select Projects (left sidebar) → Choose your repository.
For Organization Repositories:
- Select Groups (left sidebar) → Choose your group.
- Navigate to the repository you want to copy.
Select the Clone button (top-right) → Copy the HTTPS URL.
Example
https://gitlab.com/username/repo-name.git
Step 2: Get your GitLab username
- Select your profile picture (top-right) → Edit profile.
- Copy your username (displayed under your name).
Step 3: Generate a GitLab Personal Access Token
- On the left sidebar, select your avatar.
- Select Edit profile.
- Select Add new token.
- In the Token name, enter a name for the token.
- Set the expiration date to 1 year from today.
- Select the read_repository and write_repository scopes.
- Select Create personal access token.
IMPORTANT
Save the access token somewhere safe. After you leave the page, you can no longer access the token.