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

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

Document ID
UG1400
Release Date
2025-01-20
Version
2024.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.
    git push https://your_repo/vitis_project master
    Note: The first time you execute git init, it automatically creates a branch named master. You can use git branch <branch name> to create a new branch.
    You can find your local project is in the remote repository.