Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Remove the deprecated .md5 files:

$ find . -name '*.md5' -delete

And then commit the move:

...