Step 4: Pushing Changes - 2025.2 English - XD260

Vitis Tutorials: Embedded Software (XD260)

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

Now it is time to push our changes.

  1. Select the three dots beside Git in the source control panel and select Remote -> Add Remote.

../../../_images/vitis_add_remote.PNG

You will then be prompted for the URL of the remote git repository followed by your Git credentials.

  1. Select the three dots beside Git in the source control panel and select Push.

../../../_images/vitis_select_push.PNG

Again you will be prompted for your Git credentials. Upon providing your credentials check your remote repository to ensure it has been updated with the latest changes.

To push your project in the CLI enter the below command in the vitis terminal:

git push --set-upstream <remote_url> <branch>

You will then be prompted at the top of the screen for your git username and password. Upon providing your credentials you should see the successful output in the terminal.