If authors are all that you and you donβt need to save dates on the errors mentioned (all of them, AE), it will be almost trivially easy, the other way will take longer
Working with your image, I will add revision F as a commit before the error. Assuming you are on the "master" branch,
git log --oneline master~6..master
should show you these changes.
git branch corrected master~5
In the end,
echo ref: refs/heads/master > .git/config
and you're done. Saving author / date information is a matter of setting GIT_ {AUTHOR, COMMITTER} _ {NAME, EMAIL, DATE} from the git cat-file -p headers git cat-file -p shows you if I need it, I'm preparing sed for you.
jthill
source share