Glossaria.net

Glossary Git / Term

fast-forward

A fast-forward is a special type of merge where you have a revision and you are "merging" another branch's changes that happen to be a descendant of what you have. In such a case, you do not make a new merge commit but instead just update your branch to point at the same revision as the branch you are merging. This will happen frequently on a remote-tracking branch of a remote repository.

Permanent link fast-forward - Creation date 2023-07-26


< evil merge Glossary / Git fetch >