Select Page

When doing merge in Git, it automatically commits merge results if no conflicts exist. That behaviour can be changed when --no-commit parameter provided.

How to merge in Git without commit

git merge branch-name --no-commit --no-ff