Git stable has changes that have been committed and not pushed. Stable doesn’t allow changes to be pushed. Rollback the branch to match the repo.
Locate the specific commit # in stable. Local changes will be lost.
git reset --hard 27860c4
OR
git reset --hard HEAD