Step 1: Initialising the Git Repository - 2025.2 English - XD260

Vitis Tutorials: Embedded Software (XD260)

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

Launch Vitis 2025.2, select open workspace, and select the workspace we have just created. Then we will need to intialise our workspace as a Git workspace. So once the workspace has loaded select Terminal -> New Terminal

../../../_images/select_terminal.PNG

Then run the following command:

git init

This should return a message such as: Initialized empty Git repository in /test/temp/workVADD/.git/.

../../../_images/git_init.PNG