This guide takes about 3 minutes to complete.
-
Visit
/registerpage and provide required information:- Username and email must be unique
- Password must be at least 12 characters
-
Verify by email:
- You will receive a verification email
- Open the link in the email to activate your account
- Select the private repository you want to share.
Snapshots are public and read-only. Do not include secrets.
- Add a deploy key on GitHub:
- Go to
Settings > Deploy keys - Add a read-only deploy key
- Follow the official GitHub guide if needed
- Go to
If the repository is public, you can skip the deploy key and use an HTTPS URL (e.g.
https://github.com/user/repo.git).
-
In Git Glimpse:
- Go to
Dashboard > Add repository - Enter the repository SSH URL (e.g.
git@github.com:user/repo.git) - Paste the private deploy key (the key you generated locally)
- Submit the form
- Go to
-
After submission:
- You will be redirected to the repository details page
- A build will be scheduled automatically
-
When the build succeeds:
- The snapshot becomes publicly accessible
- If the build fails, try again later
- If you receive a violation error, check Repository Limits
-
Open the repository details page
-
Click View
-
Copy the URL and share it
Snapshots do not update automatically.
-
Go to the repository details page
-
Click Build
-
When the build finishes, the same URL will show the updated content