GIT setup instructions in part 2 Next.js 13 course?

Started part 2 of the Mastering Next.js 13 with Typescript course, but did not see the specific instructions about how to setup a local and remote Git repo… Did I miss a section? I started from the very beginning, but as soon as we started writing code Most has us do a commit. I did a “git status” after doing a few commits from the movie, but it comes back “nothing to commit…”

Thanks in advance,

Rich

Hey Rich! When we create a Next.js app with create-next-app, our project includes a local Git repo by default. So there was no setup step involved to show in videos. Later, when we deploy our application, we set up a remote repo on GitHub and I’ve demonstrated that in the deployment lesson.

1 Like

Thank you Mosh. Enjoying your lessons!