Push the Project to the Remote Repository - 2025.2 English - UG1400

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2025-11-20
Version
2025.2 English
To push to your remote repository, you can do either of the following:
git push --set-upstream origin master
origin
This is the remote repo address.
master
This is the branch of your local workspace coed version.