how to fast forward git
$ git merge --ff-only origin/master
how to fast forward git
$ git merge --ff-only origin/master
git fast forward
A fast-forward merge can occur when there is a linear path
from the current branch tip to the target branch.
Instead of “actually” merging the branches,
all Git has to do to integrate the histories is move (i.e., “fast forward”)
the current branch tip up to the target branch tip.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us