When doing merge in Git, it automatically commits merge result if no conflicts exist. That behavior can be changed when --no-commit
parameter provided.
How to merge in Git without commit
git merge branch-name --no-commit --no-ff
When doing merge in Git, it automatically commits merge result if no conflicts exist. That behavior can be changed when --no-commit
parameter provided.
git merge branch-name --no-commit --no-ff
Alex Shapovalov is a founder of Yaplex - an IT consulting and software development company, located in Mississauga, Ontario. Alex provides IT consulting and .NET software development services in Canada and the USA.