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)

  1. Go to User ProfileAccess Keys in the sidebar
  2. Find the Git SSH Key section
  3. Click Submit
  4. Copy the public key and add it to your Git host (GitHub, GitLab, Bitbucket)
Git SSH Key setup in sidebar Create SSH Key

2. Add Your Repository to Saturn Cloud

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

3. Attach to Your Resource

When creating a Jupyter Server or R Server:

  1. In the creation form, find the Git Repositories section
  2. Select your repository from the dropdown
  3. Choose the branch/commit you want to use
  4. Click Create
Git Repository Resource Creation

Your code will be automatically cloned when the resource starts!

Need Help?