11
Trong trang người đàn ông cho git cherry-pick
:git cherry-chọn -x mặc định
...
-x
When recording the commit, append a line that says "(cherry picked
from commit …)" to the original commit message in order to indicate
which commit this change was cherry-picked from. ...
-r
It used to be that the command defaulted to do -x described above,
and -r was to disable it. Now the default is not to do -x so this
option is a no-op.
...
Có một thiết lập cấu hình để địa phương thiết lập mặc định trở lại -x
, và cho phép -r
để vô hiệu hóa nó? Tôi không thể tìm thấy một, nhưng tôi có thể đã bỏ lỡ nó.
điều đó khá khó chịu. Cảm ơn vì điều đó.. –