Creating a child theme after numerous edits to parent theme

[*]

If I were you…

  1. download original theme. caution: same version
  2. install git from https://git-scm.com/downloads [*]
  3. do Git Init in original theme, git add && git commit
  4. move .git folder (hidden) to your edited theme use git status, git diff… etc
  5. Be happy

[*]Git detects all the diferences in your work directory.

ciao

[*]