I've been working on a site's theme that consists only of a few .scss and .php files. I've been pushing my work up to Github with git.
Today, as with any other day, I made some changes and went push my files up but I noticed git was pushing up megabytes worth of data, not the usual kilobytes.
Of course I checked the commit and there's nothing special there - just 3 .scss files worth maybe 10kb all up.
I ran git diff --stat --cached origin/master
and, again, nothing there that could be megabytes worth of data.
I checked my local and the remote repo - still nothing unusual.
Would anyone know how I could check what's causing the commit to be so large?