Git question 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 question detail
Fast-forward moves pointers without a merge commit when history is linear; non-fast-forward creates an explicit merge commit.