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
Then run the following command:
git init
This should return a message such as: Initialized empty Git repository in /test/temp/workVADD/.git/.