Merge with a commit

suggest change

Default behaviour is when the merge resolves as a fast-forward, only update the branch pointer, without creating a merge commit. Use --no-ff to resolve.

git merge <branch_name> --no-ff -m "<commit message>"

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents