It means it always uses
git merge –no-ff
So if you want to use fast-forward way, the steps of the solution is
- create a pull request first
- don’t click “Merge pull request” button, please merge these two branch locally, and then push to remote.
- The status on this pull request on github will become merged!!