Add New File for Source Control - 2024.2 English - UG1400

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

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

This GUI is equivalent to the following git command.

git add <file name>