Github Pull Request Uses No Fast Forward Merge

less than 1 minute read

It means it always uses
git merge –no-ff
So if you want to use fast-forward way, the steps of the solution is

  1. create a pull request first
  2. don’t click “Merge pull request” button, please merge these two branch locally, and then push to remote.
  3. The status on this pull request on github will become merged!!

Tags:

Updated:

Leave a Comment