Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #fast
ADD COMMENT
Topic
Name
8+9 =