Stage single file - 2025.2 English - XD260

Vitis Tutorials: Embedded Software (XD260)

Document ID
XD260
Release Date
2025-12-05
Version
2025.2 English

If for any reason you dont want to stage all of your changes and you only want to commit certain files to git the source control functionality within Vitis will allow you to do this. To stage a specific file simply right click on that file and select Stage Changes.

../../../_images/stage_file.PNG

The equivalent git command for this is:

git add <file name>