Add New File 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
To add a file for source control, you can do the following: Right click the file you want to add and select + Stage Changes.

This GUI is equivalent to the following git command.

git add <file name>