When working on two workstations (say one from the office, one from home) on the same git project, after committing/pushing from one and trying to pull from the other (say the next day), branch seems always to be out of sync after
git pull --all
and the solution proposed here is needed.
Why is that? (I never do a forced push as implied in the above post).