how to push changes to branch in git

C++
 # push any desired branch to remote
 git push -u origin local_branch_name:remote_branch_name

Source

Also in C++: