If you're creating a new app inside a git repo, 'next steps' includes this... ```bash git init && git add -A && git commit -m "Initial commit" (optional) ``` ...and it should probably just say nothing