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.