Since some people recommend no fast-fordward (--no-ff) on merges in Git, I wanted to do that. But I can't see where to check to enable that in the TortoiseGit GUI.
Yes, I could do this from the command line. But others in the group won't use it, so I need a GUI solution.
EDIT: removed push from question; it is not realistic as pointed out below. The references were to pulls only.
no-ff
option: it will create "checkpoint commits" that will break any bisect or blame attempt. See sandofsky.com/blog/git-workflow.html – Debbee