Step 3: Commiting Changes - 2025.2 English - XD260

Vitis Tutorials: Embedded Software (XD260)

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

Now to commit our changes first we must enter a commit message in the message textbox within the source control panel. Once you have entered your commit message click the commit button at the top of the source control panel.

../../../_images/initial_commit.PNG

Note: Any commit messages that start with ‘#’ or any empty commit messages will be ignored

These GUI actions are equivalent to this CLI command:

git commit -m <commit message>