Add Components for Source Control - 2024.2 English - UG1702

Vitis Reference Guide (UG1702)

Document ID
UG1702
Release Date
2025-01-15
Version
2024.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 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.