Can't update Kirby submodule via git

Ok, it seems my submodule got messed up. I found the solution on Stack Overflow:

git remote prune origin

This cleaned up my submodule and allowed me to update as expected again.

1 Like