The "git merge --no-ff" command ensures a _______ merge.

  • Non-Fast-Forward
  • Force
  • Recursive
  • Annotated
The "git merge --no-ff" command ensures a Non-Fast-Forward merge. This option preserves the branch hierarchy, creating a new merge commit even if it could be fast-forwarded. It provides a cleaner history and better traceability.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *