how to push to master branch in git code example
Example: push from branch to master
$ git push <remote> <local branch name>:<remote branch to push into>
#local branch name can be HEAD if you dont want to specifie the local branch
$ git push <remote> <local branch name>:<remote branch to push into>
#local branch name can be HEAD if you dont want to specifie the local branch