Git - Rebasing
You have a feature branch with 3 commits diverged from main. You want to rebase it onto main but keep the original commit timestamps. Which command option should you use?
--committer-date-is-author-date option keeps original author dates during rebase.git rebase --committer-date-is-author-date main rebases while preserving timestamps.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions