Is it possible to do a git merge, but without a commit?
git merge
\"man git merge\" says this:
With --no-commit perform the merge but pretend the
Note the output while doing the merge - it is saying Fast Forward
Fast Forward
In such situations, you want to do:
git merge v1.0 --no-commit --no-ff