In GitHub, merges are fast-forward by default. Even though I can use git merge <branch> --no-ff
to merge locally, to make the merge non fast-forward. I am wondering if there is a way to configure in GitHub interface, to make the repo merge non-fast-forwardly?
Thanks