LAB - Pull Requests - 03

This lab is about cloning the remote sarah’s repo to max’s folder and doing a git log on the folder to check the commits. This does not work either on max’s or sarah’s folder. it gives the same error. This is the second such lab I am unable to complete with no response from the support.

Here’s what I understood:
When you clone sarah’s branch to home/max, this does not automatically make home/max a git repo. That’s why git log does not work. Instead move to the local folder that is cloned , in this case story-blog/, and then do a git log to see the commits. Not sure if this is the way though.

yes, this is the right way. you need to run cd story-blog to be able to use git log