Overview To fetch and merge remote changes in one operation, use: git pull The relationship is: pull = fetch + merge After pull completes, the working directory reflects the merged remote updates.