Now it is time to push our changes.
Select the three dots beside Git in the source control panel and select Remote -> Add Remote.
You will then be prompted for the URL of the remote git repository followed by your Git credentials.
Select the three dots beside Git in the source control panel and select Push.
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.