I have cloned a project from a master branch from remote repository remote_repo. I create a new branch and I commit to that branch. Other programmers pushed to remote_repo to the master branch. I need now to rebase my branch RB onto remote_repo master. How to do this? What commands to type to a terminal?