redacademy / rethink-spring-2019

http://rethink.van.cp.academy.red
0 stars 0 forks source link

Naming of image files #3

Open benorgan opened 5 years ago

benorgan commented 5 years ago

You should update the image file names to use lower case and no spaces (e.g. "See_all_duotone (1).jpg" should be "see_all_duotone.jpg").

To do this you should use the git mv (https://git-scm.com/docs/git-mv) command to "move" (rename) the files rather than just renaming them in your file system. This will ensure the change is correctly registered by Git.