I want to use this git command
git rebase -X theirs --onto new-repo --committer-date-is-author-date commit_id master
but this error occurs
fatal: cannot combine apply options with merge options
Can someone explain this to me?
(Git Version 2.26.2.windows.1 on Windows 10)