Push

This topic shows how to upload local repository content to a remote repository.

CLI command: git push

In Visual Studio:

  1. After committing the changes, click on the Sync option.

    This will list recent changes in the Outgoing Commits section.

  2. Select the changed file and click Push command as shown below.

    The changes will be pushed to the remote repository.

  3. Using the AccuRev GUI, execute Update on a different workspace, and verify that the changed files pushed from Visual Studio are present.