I'm setting up the repo on MacOS and a problem I ran into is cp -r foo/ bar/ is resulting in the contents of the first dir being copied into the second. Apparently, for reasons unknown, omitting the trailing slash on the first dir will correctly copy into the second dir
I'm setting up the repo on MacOS and a problem I ran into is
cp -r foo/ bar/
is resulting in the contents of the first dir being copied into the second. Apparently, for reasons unknown, omitting the trailing slash on the first dir will correctly copy into the second dirChecklist before submitting: