We recently switched to git and are trying to use Submodules to include our Common libraries.
No matter what we do we can not get 'git pull --rebase' to work in the Super or Submodule.
We get:
james:libraries james$ git pull --rebase
Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.
This happens even if we do not have any local changes at all and have a clean directory. Any thoughts on what we might be doing wrong?
Thanks! James