My submodule shows as having been modified (I did not touch anything there). I have been trying to hard reset it to no avail:
~dom/gitmodules/emacswiki heads/master*
❯ git reset --hard upstream/master 141
HEAD is now at f54d96c32 How to grant GNU Emacs for OS X full disk access
~dom/gitmodules/emacswiki heads/master*
❯ git status -s
M AucTeX
M AutoLisp
...
I tried doing:
cd ../
git submodule deinit -f .
git submodule update --init
git submodule update -f --recursive
as well, which didn't do anything.