git pull

By default, git pull will actually do two things in one command:

  1. Fetch the latest commit for the branch you’re on from the specified (or default) remote
  2. Perform a merge of that latest commit into your current commit