GitHub introduces revert button / rollback for merged pull requests
Once again GitHub delivers an excellent feature: Clean one-click rollbacks / reverts / undos of pull requests, very very useful, especially when people submit their changes directly into the develop(ment) branch and not into feature-branches (what would be the better alternative to test everything without having to merge first). I’m not sure yet if this is just possible with the very latest merged request or even with ALL requests in the entire history. The feature is now live. See the full official announcement here in GitHub’s official blog.