To move forward with our deployment process, we need to fetch the contents of files recorded by Git in the specified commit. We will add another method to the Git class: public function getContent($commit, $file) { //Get contents of a file at a specific ...
↧