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.
Already installed?
Sign in from your terminal.
scope loginRun inside an existing Git repository.
scope initReview and push your first version.
scope push --main