Add New File for Source Control - 2025.2 English - UG1702

Vitis Reference Guide (UG1702)

Document ID
UG1702
Release Date
2025-11-20
Version
2025.2 English
To add a file for source control, you can do the following: Right click the file you want to add and select + Stage Changes.
Figure 1. Add New File for Source Control

This GUI is equivalent to the following git command.

git add <file name>