Quick Git Setup
Fast track Git setup for Saturn Cloud resources
Quick Git Setup for Saturn Cloud
This guide helps you set up Git integration quickly so you can attach repositories to your resources during creation.
1. Set Up SSH Keys (One-Time Setup)
- Go to User Profile → Access Keys in the sidebar
- Find the Git SSH Key section
- Click Submit
- Copy the public key and add it to your Git host (GitHub, GitLab, Bitbucket)


2. Add Your Repository to Saturn Cloud
- Go to Git Repositories in the sidebar
- Click New button
- Enter your repository URL (the same URL you’d use for
git clone
) - Click Submit


3. Attach to Your Resource
When creating a Jupyter Server or R Server:
- In the creation form, find the Git Repositories section
- Select your repository from the dropdown
- Choose the branch/commit you want to use
- Click Create

Your code will be automatically cloned when the resource starts!
Need Help?
- Full Git documentation - Complete guide with all options
- GitHub SSH setup - GitHub-specific instructions
- GitLab SSH setup - GitLab-specific instructions