Writing a Good Git Commit Message
Conventional Commits The conventional commit message style is another way you can level up your commit messages. The conventional commits structure involves starting your commit message with a specified…
Solution for : “Fatal error: Uncaught Error: Call to a member function setActive() on boolean in magento2.2.0.dev
Solution:
Magento2.2.0.dev version onwards we can find one more new folder which is introduce by magento team. Folder name called “generated” in root the project. This is auto generated folder. Delete “root/generated/metadata” folder & run the deploy command (again same folder will create). The website start works after delete the folder.