79481086

Date: 2025-03-03 13:32:35
Score: 0.5
Natty:
Report link
git checkout --theirs cpp_lib
git add cpp_lib
git rebase --continue
  1. Reset the submodule reference to the upstream version

     git checkout --theirs cpp_lib
    
  2. Mark the conflict as resolved

     git add cpp_lib
    
  3. Continue the rebase

     git rebase --continue
    
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kiryl Famin