Gitlab merge a merge request from command line not generating any commit(no fast forward)
问题 I am trying to Merge a Merge Request manually from command line . In the merge window of Gitlab, there is already some codes are present to do that. Whenever I merge a request from the Gitlab website, it generates a merge commit, which is known as --no-ff commit. But when I am trying to do that manually, it is not generating any extra commit although I have specified the --no-ff option in command line. Any suggestions? I have already tried with the commit amend option as well. git fetch <Fork