Hey dredok,
If you want to pull in the fixes, leave your detached head state and create a local branch else you will have problems switching branches and finding back your changes.
‘git checkout -b local-dev’
…if you have uncommited changes you might need to stash them first. Look up git stash for that.
And then incorporate the fixes
‘git cherry-pick 2c059a6a684d8317ed1db83227468152c4b8c3b2’
‘git cherry-pick 795175f2cd6e23ca746cfb1827d40111f1bc0465’
The new setup.bat downloads the dependencies for you and registers the folder as an engine installation.