Yesterday I renamed a file from File.jpg → file.jpg, but it didn't trigger any changes in my git repo, which means I wasn't able to deploy it.

Had to use git mv to rename the file in my git repo as well.

478533186