git cherry-pick 保留 origin commit date
@setlocal
@if not [%1]==[] (
(git show -s --format=%%ci %1 & echo.)>cherry.log & (set /p GIT_COMMITTER_DATE=)<cherry.log
git cherry-pick %1
)git cherry-pick 保留 origin commit date
@setlocal
@if not [%1]==[] (
(git show -s --format=%%ci %1 & echo.)>cherry.log & (set /p GIT_COMMITTER_DATE=)<cherry.log
git cherry-pick %1
)