mschwarzmueller / nextjs-course-code

Source code for my NextJS course (https://acad.link/nextjs)
1.43k stars 2.32k forks source link

code doesn't match video starting code #15

Open KHamilton-dev opened 2 years ago

KHamilton-dev commented 2 years ago

First things first, thanks for the tutorial!

Neither the main nor the starting-prj branch contain the matching starter code shown at the 52:00 mark in the video at https://www.youtube.com/watch?v=MFuwkrseXVE

I'm not sure where the extra code is coming from, but git clone doesn't work as intended. It seems to clone an entirely different project.

nbbuzzy1 commented 2 years ago

I have noticed this as well.

yattdev commented 2 years ago

Yeah, you have to switch back to the commit hash noticed as branche

git checkout 9c9e9f19b1

cjj1120 commented 1 year ago

@yattdev what about the final code, any idea? btw how do u know it's 9c9e9f19b1, before I saw ur comment, I tried going into all the branches, couldn't find anything similar..