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

Vitis Tutorials: Embedded Software (XD260)

Document_ID
XD260
Release_Date
2026-07-20
Version
2026.1 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