Push a Scratch Repository to a Remote Repository

If you chose to use a scratch repository when creating your visual application, your project's team members cannot work with your visual application unless you create a remote repository. To share your scratch repository with your team members, you'll need to push its content to a Git repository that VB Studio will create for you.

  1. Click the Git menu in the header or in the Git panel, and select Push.
  2. In the Push Scratch Repository to Remote dialog, enter a name (and optionally, a description) for the Git repository that VB Studio will create for you.
  3. By default, VB Studio creates packaging and build jobs and adds them to a CI/CD pipeline, allowing you to build and publish your changes when you click Publish. If you don't intend to use this pipeline to publish your changes, click CI/CD Pipeline to toggle off the setting and not create the jobs and pipelines.

    If you don't see the CI/CD Pipeline option, it means an environment isn't associated with your workspace. To add an environment with a suitable deployment target, see Set Up an Environment.

  4. Enter a commit message.
  5. Click Push Repository.