Closed bkanui closed 3 years ago
This sequence trying to remove commit 777e027. Done on my branch bkeol
git log 7918a32
git revert 777e0273422b87c8d9d20063f024bdb9f24beb72 -m 2
git add content/OATH/OATH_Walk-Through.adoc
git add content/U2F/U2F_Walk-Through.adoc
git revert --continue
git status
git push origin bkeol
Basically, the revert identified the changes to remove. The revert process created another commit. This newest commit required that I add the changes from one of the in-between commits.
Final step is resolve conflicts.
Closing this PR and replacing it with #406 because the only files that ought to have been updated were:
used bkanui fork, and bkeol branch.