Add Components for Source Control - 2025.2 English - UG1400

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2025-11-20
Version
2025.2 English
  1. Switch to Source Control view.
  2. Switch to View As Tree.

  3. Right click the component you want to add for source control and select + Stage Changes. This action adds all the files for this component to perform source control.

  4. Right click the component and select - Unstage changes.
    This GUI functionality is equivalent to the following git command:
    git add platform/
    Note: You need to select the components bound with the system project if you want to add system project for source control.