Managing changes in a VCS API project

Explore the options to manage changes that are made to files in your project.

About this task

Global source control on the homepage
The Global source control option on the homepage provides a central place to review and manage changes across all API projects that use VCS. It lets you modify files, add commit messages, stage changes, and push the changes to the remote repository.
Source control section in an API project
The source control section inside an API project focuses on changes within that specific project and allows you to stage, commit, and push updates related to that project alone.

Procedure

  1. Click the + sign next to a file in the Changes list to move it to Staged changes.
  2. Enter a commit message and click Commit & Push to save and upload the staged changes to the remote repository.
    After the commit completes, the changes are committed and pushed to the remote repository. The file no longer appears in the Changes list.