Git Track Detail
What is fast-forward vs non-fast-forward merge?
Fast-forward moves pointers without a merge commit when history is linear; non-fast-forward creates an explicit merge commit.
Git Track Detail
Fast-forward moves pointers without a merge commit when history is linear; non-fast-forward creates an explicit merge commit.