How to source control manage site images

Whatever is in the wp-content/uploads directory is not source, it is data, some of it is automatically generated. Images related to source code, like images used in CSS should “live” in the theme or plugin files. It is possible to use the likes of GIT over that directory, but the results will lack any sensible … Read more