The command git merge is often used to copy commits from one…
The command git merge is often used to copy commits from one branch to another, and under some circumstances it will need to create a new commit that did not previously exist in any branch of your repo. Which of the following choices describe the kind(s) of merges that do NOT result in the creation of a new commit?
Read Details