Consider the following git
statement:
git format-patch -M origin/master
Chacon and Straub state in their book "Pro Git", 2.1:
The -M switch tells Git to look for renames.
- What does the
-M
switch do?
- In this context, what are "renames"?
Consider the following git
statement:
git format-patch -M origin/master
Chacon and Straub state in their book "Pro Git", 2.1:
The -M switch tells Git to look for renames.
-M
switch do?