Using gitk log
, I could not spot a difference between the effect of git merge
and git merge --no-ff
. How can I observe the difference (with a git command or some tool)?
Using gitk log
, I could not spot a difference between the effect of git merge
and git merge --no-ff
. How can I observe the difference (with a git command or some tool)?