Git Integration Configuration
In BlinqIO, users can now move their project details to their own private Git repository, making their projects accessible only to them. Once configured, any changes made to the project in the BlinqIO app will reflect in the private repository, and vice versa. Users can seamlessly sync updates between the app and their private repository.
Set Up Git Integration
To integrate a Git repository with your BlinqIO project:
Open your BlinqIO Account.
Go to Settings → Integrations in the BlinqIO app.
Click on Set up Git.
Enter your Git repository URL. This URL should be your private repository.
Example
https://github.com/YourUsername/YourRepo.git
Provide your Git username.
Generate an access token from your Git service provider (GitHub, Bitbucket, or GitLab).
IMPORTANT
Save the token somewhere safe, as you will not be able to access it again after leaving the page.
Click Authorize to complete the integration.
After the setup is successfully completed, the integration status appears as shown below.

NOTE
If you need help to obtain data from your personal repo, see Instructions.
Editing Git Integration
If a user leaves your organization or you need to update the credentials:
Go to Settings → Integrations.
Click on Edit configuration.
Edit the Username and Token details.
Select Authorize to update the integration.
Synchronization
- Changes made in the BlinqIO app are updated in your private repository.
- Changes made directly in the private repository are reflected in the BlinqIO app upon refresh.
- You can stage, commit, and push changes from your local BlinqIO environment to your private repository, making them visible in the app upon refresh.