Skip to content
Scopepre-alpha

One repository. You choose what’s public.

Keep public and private code in one Git repository. Contributors clone only the files you share.

Accept changes to
the code you share.

Review changes from the public clone and merge them into your repository. Your private code stays private.

Bring your repository.

Install the CLI, then connect an existing Git repository.

Operating system
curl -fsSL https://cli.scopevcs.com/install.sh | sh
Already installed?
  1. Sign in from your terminal.

    scope login
  2. Run inside an existing Git repository.

    scope init
  3. Review and push your first version.

    scope push --main