Add Components for Source Control - 2025.1 English - UG1400

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

Document ID
UG1400
Release Date
2025-05-29
Version
2025.1 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 do source control.
  4. Right click the component and select - Unstage changes.
    This GUI is equivalent to the following git command.
    git add platform/
    Note: You need to select the components bound with system project together if the want to add system project for source control.