Git subtree - subtree up-to-date but can't push
I am using Git subtree with a couple of projects that I am working on, in order to share some base code between them. The base code gets updated often, and the upgrades can happen in anyone of the projects, with all of them getting updated, eventually. I have ran into a problem where git reports that my subtree is up to date, but pushing gets rejected. For example: #! git subtree pull --prefix=public/shared project-shared master From github.com:**** * branch master -> FETCH_HEAD Already up-to-date. If I push, I should get a message that there is nothing to push... Right? RIGHT? :( #! git