git - how to push your local branch to the remote repo
Here is basically what you need to do:
git push -u origin [your_branch_name]
an example:
git push -u origin dev_WEB_2020.04_STK_RWS-17501-addMegaHoverForUnderlying
This gets it up to the remote.