

Tag FS2020 specific questions with the MSFS2020 tag.So therefore we would like to ask you all to use the following guidelines when posting your questions: But having all questions about FS2020 in one forum becomes a bit messy. Git submodule foreach git pull -rebase origin masterĬan I use same Git actions for 2.79 branch local repository or I need to change some part?īefore I simply use same actions for 2.8 branch (it was branch), and it worked,īut I hope to know, it is correct way to build branch too.Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. Git submodule foreach git checkout master

Git clone -b blender2.7 git:///blender.git

Rebase master” to rebase it, and there should be no conflicts. If you have a feature branch that was based on blender2.8, you do “git If you had any changes in theīlender2.8 branch, you can cherry-pick them into master. Make update # update addons to the right versionįor developers, changes should be simple.

Git branch -D blender2.8 # delete so we don’t accidentally use it Previously building 2.8, you can do this: Do not use the “blender2.8” branch anymore. Buildbot continues to build both.įor those building Blender themselves, you can check out the differentīranch name. We keep supporting blender2.7 to more or less the same (minimum) level asīefore, to ensure there is a production-ready Blender version being The git branches for the Blender and addons repositories have been renamed:
