[Bf-committers] 2.81 was "re-branched"

Dalai Felinto dfelinto at gmail.com
Mon Nov 11 20:49:03 CET 2019


Hi all,

While trying to roll back a wrong merge, I "re-branched" 2.81. That means
it was temporarily unavailable (removed), and then brought back from a few
commits earlier.

If you happened to have pulled the branch while I was handling this, you
ended up with a repository with a HEAD that diverges from the
blender-v2.81-release upstream. In this case just fetch the latest commits
and reset your code.

Note, this will wipe out any local change you may have in the
blender-v2.81-release branch, so backup your branch before doing that.

For example:
`git checkout -b my-backup; git checkout blender-v2.81-release; git fetch;
git reset --hard origin/blender-v2.81-release`

Sorry about any inconvenience,
Dalai


More information about the Bf-committers mailing list