[Shell] How to pass the first stage? pls help

Checklist:

  1. :white_check_mark: or :cross_mark:: I’ve uncommented the code.
  2. :white_check_mark: or :cross_mark:: I’ve saved the changes.
  3. :white_check_mark: or :cross_mark:: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master

Here’s a screenshot showing the output from running the Git commands:

when i was trying to submit it, i cant seem to submit and when i ran git commit -am “[any message]”, it showed fatal: not a git repository (or any of the parent directories): .git

Hey @javier-is-coding, looks like your terminal is currently opened in a different directory than your CodeCrafters project:

You’ll need to run the commands in your codecrafters-shell-python project directory.

Let me know if you’d like any further clarification!