Pushing Changes

When you are working in your development or test project, you make regular commits to your local repository. When you are satisfied with your edits, you can push your changes from your local repository to the remote central repository. To push changes, proceed as follows.

  1. From the Explorer pane of your open project, select Version Control > Push to Remote.

    A summary dialog opens.

    Version Control Push

  2. Examine the display and click Push to proceed, or Cancel to abort.

    When you select Push, the Executing status message shows what is being copied from the project's local Git repository to the remote central repository:

    Version Control Push executing

    Any errors or collisions are shown in this log.

  3. Select OK to close the message window.