How Do I Update Local Master With Remote Master?

How Do I Update Local Master With Remote Master? Checkout the master branch locally. Run git pull –rebase origin master (This pulls down the most up-to-date changes on master locally) Checkout local branch say my_branch. Run git pull –rebase origin master (This updates your local branch against the most recent master on remote. How do