Fast Forward branch without checkout. To anyone who wants to fast-forward, they are not on to another remote branch (including itself) without checking out that branch. You can do: git fetch origin master:other This basically fast forwards the index of other to origin/master if you are not on other branch. You can fast forward multiple branches ... More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.