79716763

Date: 2025-07-27 23:50:36
Score: 1
Natty:
Report link

Since the original commit still exists then :
1- Create a Branch from it with rebase :

git checkout 6de29142a4...
git checkout -b recovered-base

2- Then Chery-pick your changes on the rebased branch :

git cherry-pick <your commits>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Oussema