Finding a Grav Bug with git bisect

from blog Ersei 'n Stuff, | ↗ original
I ran into a bug with my CMS Grav. RSS feeds just broke after an update. Going to the feed URL just gave you the blog homepage. Let's try to find out where that bug was introduced using our friend, git bisect. Let's start off by first getting the Grav git source. Luckily there are instructions for deploying from a Git repository. Let's do that. $...