The git merge command has the ability to merge with fast forward, but this is not what I want, because if it cannot perform fast switching, it uses the usual merge.
Is there a git command that only performs fast merging (from a tracked remote branch) and does nothing if merging with a fast jump is not possible?
source share