$ git submodule update
error: Your local changes to the following files would be overwritten by checkout:
.classpath
Please, commit your changes or stash them before you can switch branches.
Aborting
Unable to checkout '....' in submodule path 'ext/....'
$ git submodule update --force
Submodule path 'ext/....': checked out '....'