Transcript
00:00 git status is a command that you will use all the time right now there isn't much to see but there is already a bunch of information here we can see that we're on the main branch there are no commits but we can create some by creating files and using git add to track them now this is powered by our
00:18 hidden dot git directory so what happens if we remove that directory git status no longer works because this is no longer a repository just a folder so let's run git init again inside this directory to get back to where we were