Example 1: Using Version Control in the Vitis Unified IDE - 2025.2 English - XD260

Vitis Tutorials: Embedded Software (XD260)

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

The Git integrated version control features offer a streamlined software development flow that allow developers to collaborate among many different teams. Developers can use this feature to track changes, review the code of others and revert to previous versions of code. The Source Control view in the IDE supports the standard git workflow (stage changes, commit, push) along with a range of other rich git functionalities which can be seen the image below.

../../../_images/git_functionality.PNG

Note: You can see what git commands are being executed under the hood by selecting the ‘Show Git Output’ option.